From: Mark Wooding Date: Thu, 24 Apr 2008 23:03:35 +0000 (+0100) Subject: emacs: Rearrange mis-categorized things. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/3d6a7d279a92b6f2f4d15497e4b2f3acea0d818e emacs: Rearrange mis-categorized things. For some reason, MailCrypt was in the middle of the calendar config. --- diff --git a/emacs b/emacs index 48e82fe..33b10b5 100644 --- a/emacs +++ b/emacs @@ -173,6 +173,8 @@ (trap (or mdw-fast-startup (global-auto-revert-mode t))) (setq psgml-html-build-new-buffer nil) +(defvar mdw-black-background t) + (setq cltl2-root-url (mdw-config 'cltl-url)) (setq common-lisp-hyperspec-root (mdw-config 'hyperspec-url)) @@ -240,7 +242,7 @@ (let ((view-diary-entries-initially t)) (calendar)))) -(defvar mdw-black-background t) +;;;----- MailCrypt ---------------------------------------------------------- ;; --- Define more mode hooks for MailCrypt ---