all repos — nixfiles @ 2e008b02c690b0e1c6cfb815218cb09c02c81da3

System and user configuration, managed by nix and home-manager

Emacs: add full host-name for comparison when determining whether to load mu4e configuration

Alan Pearce
commit

2e008b02c690b0e1c6cfb815218cb09c02c81da3

parent

10b7c70ce924c634e2620b5afec5c21e1da3dc3c

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M emacs/init.elemacs/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"