Emacs: add full host-name for comparison when determining whether to load mu4e configuration
Alan Pearce alan@alanpearce.co.uk
Fri, 03 May 2013 19:16:40 +0100
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M emacs/init.el → emacs/init.el
@@ -275,7 +275,7 @@ (setq message-send-mail-function 'smtpmail-send-it) (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"