summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-05-03 09:07:16 +0100
committerAlan Pearce2013-05-03 09:07:16 +0100
commitcada3ecec27c61cb00de0b9e218a29abecf4544c (patch)
treea489a2be4475789ffb7c7e6a4b459580d0ecae17 /emacs
parent72e2c1dfc5d880f65eb6935133880f122dbca9fd (diff)
downloaddotfiles-cada3ecec27c61cb00de0b9e218a29abecf4544c.tar.lz
dotfiles-cada3ecec27c61cb00de0b9e218a29abecf4544c.tar.zst
dotfiles-cada3ecec27c61cb00de0b9e218a29abecf4544c.zip
Emacs: only setup mu4e on prefect, where mail is in the expected directories
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index f3277b1..261609d 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -275,6 +275,7 @@
 (setq smtpmail-smtp-server "external.home")
 
 (use-package mu4e
+  :if (string= system-name "prefect")
   :load-path "/usr/share/emacs/site-lisp/mu4e"
   :config (progn
             (setq mu4e-get-mail-command "true"