summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/init-spw.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el
index bee751dd..2b81f52c 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init-spw.el
@@ -2086,7 +2086,7 @@ mutt's review view, after exiting EDITOR."
(global-set-key "\C-cP" #'redtick-mode)
(setq redtick-history-file nil))
-(spw/when-library-available (notmuch dash) ; dash used in notmuch-config.el
+(spw/when-library-available notmuch
;; Loading notmuch will load init-notmuch.el where this function is
;; defined (see next `with-eval-after-load' form)
(autoload 'spw/next-unread-group "notmuch")