From 2d6b9d95b0a120762a27ab4e4efb93cea5d2b36d Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 9 Mar 2009 12:56:25 +0000 Subject: [PATCH] emacs: Give org-iswitchb a key binding, and include diary stuff in agenda. --- emacs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/emacs b/emacs index fb51fec..ba6c442 100644 --- a/emacs +++ b/emacs @@ -289,6 +289,10 @@ (setq appt-display-interval 3) (setq appt-message-warning-time 10) +;; --- Org-mode agenda --- + +(setq org-agenda-include-diary t) + ;; --- Cosmetic stuff --- (setq display-time-24hr-format t) @@ -375,6 +379,7 @@ (global-set-key [?\C-x ?w ?l] 'windmove-right) (global-set-key [?\C-x ?g ?l] 'org-store-link) (global-set-key [?\C-x ?g ?a] 'org-agenda) +(global-set-key [?\C-x ?g ?b] 'org-iswitchb) (global-set-key [?\C-x ?t ?i] 'timeclock-in) (global-set-key [?\C-x ?t ?c] 'timeclock-change) (global-set-key [?\C-x ?t ?o] 'timeclock-out) -- 2.11.0