From 082e690552d6cb17ed3d2ba490a8258902f61205 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Thu, 18 Mar 2021 13:08:30 -0400 Subject: [PATCH] Use local mu installation --- modules/email.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/email.org b/modules/email.org index 6eba8b1..309af22 100644 --- a/modules/email.org +++ b/modules/email.org @@ -97,7 +97,7 @@ After syncing and indexing the mail is ready for Emacs. Download and install *mu #+begin_src emacs-lisp (use-package mu4e - :load-path "/usr/share/emacs/site-lisp/mu4e" + :load-path "~/.local/source/mu/mu4e/" :custom (mu4e-maildir "~/.cache/mail") (mu4e-update-interval (* 5 60)) (mu4e-get-mail-command "mbsync -a")