From 8ea78cfbeaa6b619941189721de00917d62a743f Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 9 Dec 2023 21:39:04 -0500 Subject: notmuch: Drop autoload This may have been necessary at some point, but it's not any longer. --- init.el | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3