X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/blobdiff_plain/16fe7c41f6a107a5a897ea36dd82e9905bac6423..2d6b9d95b0a120762a27ab4e4efb93cea5d2b36d:/emacs 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)