summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2013-05-18 13:00:15 +0100
committerAlan Pearce2013-05-18 13:00:15 +0100
commit623ecd835c7fe2500c5ecc8f4c1c5e67568524fc (patch)
treefe6652510ab29d7829eeb7e56080d31e473a0ae9
parent43fe8ed5db5744133870ea28854de8de9b555a04 (diff)
downloaddotfiles-623ecd835c7fe2500c5ecc8f4c1c5e67568524fc.tar.lz
dotfiles-623ecd835c7fe2500c5ecc8f4c1c5e67568524fc.tar.zst
dotfiles-623ecd835c7fe2500c5ecc8f4c1c5e67568524fc.zip
Emacs: add autoload for mu4e
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
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