sharp-quote notmuch-show hook

This commit is contained in:
Max Nickel 2019-10-26 13:38:06 -04:00
parent 5b3989f3e1
commit e279409bbd

View file

@ -46,7 +46,7 @@
;; (setq-hook! 'notmuch-show-mode-hook line-spacing 0) ;; (setq-hook! 'notmuch-show-mode-hook line-spacing 0)
;; only unfold unread messages in thread by default ;; 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) (add-hook 'doom-real-buffer-functions #'notmuch-interesting-buffer)