summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-09-06 11:31:58 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-09-06 11:31:58 -0700
commit942657be19c07ccedae203524bf54fc6b4a2a267 (patch)
treed434b56b9868243005532efb4f1b0d562b565526
parent613291ba0be5ae8cc711308d495dd80a72d58377 (diff)
downloaddotfiles-942657be19c07ccedae203524bf54fc6b4a2a267.tar.gz
init-notmuch.el no longer uses dash
-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")