From 942657be19c07ccedae203524bf54fc6b4a2a267 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 6 Sep 2020 11:31:58 -0700 Subject: init-notmuch.el no longer uses dash --- .emacs.d/init-spw.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3