X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/2d18398ae92f3da8ef49fe8e376ff5cdab53608a..c537b3bfacb5ca65cc6c3c2b7919c1b3190bb3a0:/emacs?ds=inline diff --git a/emacs b/emacs index 4337d39..9f18596 100644 --- a/emacs +++ b/emacs @@ -60,7 +60,7 @@ (trap (or mdw-fast-startup (require 'tex-site))) -(trap (or mdw-fast-startup (semantic-load-enable-excessive-code-helpers))) +(trap (or mdw-fast-startup (semantic-load-enable-minimum-features))) ;; --- Skeleton stuff --- @@ -139,7 +139,7 @@ (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode)) (or mdw-fast-startup - (trap (bbdb-initialize 'gnus 'sendmail 'vm 'message))) + (trap (bbdb-initialize 'gnus 'sendmail 'message))) (setq bbdb-north-american-phone-numbers-p nil) ;; --- Customization --- @@ -303,7 +303,8 @@ ;; --- Org-mode agenda --- -(setq org-agenda-include-diary t) +(setq org-agenda-include-diary t + org-tags-column -77) ;; --- Cosmetic stuff --- @@ -416,6 +417,7 @@ 'mouse-drag-vertical-line) (global-set-key [vertical-scroll-bar C-mouse-1] #'(lambda () (interactive))) +(global-set-key [XF86WakeUp] "") (and (not mdw-fast-startup) (fboundp 'hippie-expand) (global-set-key [?\M-/] 'hippie-expand))