diff options
-rw-r--r-- | emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 3ed89d6..76628d3 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -332,6 +332,7 @@ ) (use-package mu4e + :commands (mu4e) :custom (mu4e-maildir "~/Library/Fastmail") (mu4e-get-mail-command "mbsync -a -c ~/.config/mbsyncrc") |