summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoa2025-04-29 19:22:56 +0800
committernoa2025-04-29 19:22:56 +0800
commit57d53f5763bb9ea1a861b2abbaea1ffd37b457b0 (patch)
treede41b8738ba09bd82cefcdfd0a394d3273263efc
parent6afa814ce0e81e871ec6088c2b7bcbb566baff62 (diff)
Lazy load mu4e
-rw-r--r--emacs/init.el1
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")