summaryrefslogtreecommitdiff
path: root/.emacs.d/notmuch-config.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-05-22 15:48:41 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-05-22 15:48:41 -0700
commit1d768626dea72a5ff7102605d3a3198cfb638d3c (patch)
tree6f62c523d610e019f9a92384d311c8292addd31f /.emacs.d/notmuch-config.el
parent064983bac7c862acfb58ceb162861d1152538cf8 (diff)
downloaddotfiles-1d768626dea72a5ff7102605d3a3198cfb638d3c.tar.gz
mark as function
Diffstat (limited to '.emacs.d/notmuch-config.el')
-rw-r--r--.emacs.d/notmuch-config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/notmuch-config.el b/.emacs.d/notmuch-config.el
index 2485df7d..365d9e68 100644
--- a/.emacs.d/notmuch-config.el
+++ b/.emacs.d/notmuch-config.el
@@ -80,7 +80,7 @@ Two ways to read:
mark as read.")
;; indeed, all marking as read should occur server-side
-(advice-add 'notmuch-tree-archive-thread :after 'notmuch-tree-next-thread)
+(advice-add 'notmuch-tree-archive-thread :after #'notmuch-tree-next-thread)