From 2e008b02c690b0e1c6cfb815218cb09c02c81da3 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 3 May 2013 19:16:40 +0100 Subject: Emacs: add full host-name for comparison when determining whether to load mu4e configuration --- emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/init.el') 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" -- cgit 1.4.1