From e279409bbd53ad887d272d38c742c97e83500c39 Mon Sep 17 00:00:00 2001 From: Max Nickel Date: Sat, 26 Oct 2019 13:38:06 -0400 Subject: [PATCH] sharp-quote notmuch-show hook --- modules/email/notmuch/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/email/notmuch/config.el b/modules/email/notmuch/config.el index 75b660351..4a6536359 100644 --- a/modules/email/notmuch/config.el +++ b/modules/email/notmuch/config.el @@ -46,7 +46,7 @@ ;; (setq-hook! 'notmuch-show-mode-hook line-spacing 0) ;; only unfold unread messages in thread by default - (add-hook 'notmuch-show-hook '+notmuch-show-expand-only-unread-h) + (add-hook 'notmuch-show-hook #'+notmuch-show-expand-only-unread-h) (add-hook 'doom-real-buffer-functions #'notmuch-interesting-buffer)