summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-05-03 19:16:40 +0100
committerAlan Pearce2013-05-03 19:16:40 +0100
commit2e008b02c690b0e1c6cfb815218cb09c02c81da3 (patch)
treee851a804789fcf00ffbe253e365627c22a63a29c /emacs
parent10b7c70ce924c634e2620b5afec5c21e1da3dc3c (diff)
downloaddotfiles-2e008b02c690b0e1c6cfb815218cb09c02c81da3.tar.lz
dotfiles-2e008b02c690b0e1c6cfb815218cb09c02c81da3.tar.zst
dotfiles-2e008b02c690b0e1c6cfb815218cb09c02c81da3.zip
Emacs: add full host-name for comparison when determining whether to load mu4e configuration
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 5acf0bc..c1407ac 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -275,7 +275,7 @@
 (setq smtpmail-smtp-server "external.home")
 
 (use-package mu4e
-  :if (string= system-name "prefect")
+  :if (string= system-name "prefect.home.alanpearce.co.uk")
   :load-path "/usr/share/emacs/site-lisp/mu4e"
   :config (progn
             (setq mu4e-get-mail-command "true"