diff options
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index f3277b13..261609db 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" |