diff options
author | noa | 2025-04-29 19:22:56 +0800 |
---|---|---|
committer | noa | 2025-04-29 19:22:56 +0800 |
commit | 57d53f5763bb9ea1a861b2abbaea1ffd37b457b0 (patch) | |
tree | de41b8738ba09bd82cefcdfd0a394d3273263efc /emacs | |
parent | 6afa814ce0e81e871ec6088c2b7bcbb566baff62 (diff) |
Lazy load mu4e
Diffstat (limited to 'emacs')
-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") |