From 623ecd835c7fe2500c5ecc8f4c1c5e67568524fc Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 18 May 2013 13:00:15 +0100 Subject: Emacs: add autoload for mu4e --- emacs/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/init.el b/emacs/init.el index 8bc85e8..842c625 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -269,6 +269,7 @@ Values: `desktop', `server', `laptop'") :if (and (eq env/location 'home) (eq env/system-type 'desktop)) :load-path "/usr/share/emacs/site-lisp/mu4e" + :commands (mu4e) :config (progn (setq mu4e-get-mail-command "true" mu4e-update-interval 300 -- cgit 1.4.1