summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2023-12-09 21:39:04 -0500
committerKyle Meyer <kyle@kyleam.com>2024-01-22 00:02:53 -0500
commit8ea78cfbeaa6b619941189721de00917d62a743f (patch)
treee69a6c21aaef8d34662b881e4367e7cfe3dc52cc /init.el
parent61e46a81d8b90275dd5e129c547db0da9729fc40 (diff)
downloademacs.d-8ea78cfbeaa6b619941189721de00917d62a743f.tar.gz
notmuch: Drop autoload
This may have been necessary at some point, but it's not any longer.
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.el b/init.el
index 748876d..6262b2f 100644
--- a/init.el
+++ b/init.el
@@ -1948,7 +1948,6 @@
(use-package notmuch
:init
- (autoload 'notmuch "notmuch" "Notmuch mail" t)
(define-key km/mail-map "n" #'notmuch)
:config
(setq mail-user-agent 'notmuch-user-agent)