all repos — nixfiles @ 38a8873c6514889a5500d59e20ec58e984dafd8a

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

Emacs: fix mu4e setup
Alan Pearce alan@alanpearce.eu
Tue, 19 Nov 2019 23:16:06 +0100
commit

38a8873c6514889a5500d59e20ec58e984dafd8a

parent

8b25fd5434932922b49f48ef96c5037fa2bb7c99

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M user/emacs/.emacs.d/init.eluser/emacs/.emacs.d/init.el
@@ -827,7 +827,7 @@ (use-package mu4e
   :if (executable-find "mu")
   :commands (mu4e)
-  :init (setq mail-user-agent #'mu4e-user-agent)
+  :defines (mu4e-contexts)
   :custom ((mu4e-completing-read-function #'ivy-completing-read)
            (mu4e-maildir "~/mail")
            (mu4e-context-policy 'pick-first)
@@ -840,6 +840,7 @@ :init (progn          (with-eval-after-load 'evil-ex
            (evil-ex-define-cmd "mu[4e]" #'mu4e)))
   :config (progn
+            (setq mail-user-agent #'mu4e-user-agent)
             (setq mu4e-contexts (list
                                  (make-mu4e-context
                                   :name "SatoshiPay"