Enable ol-notmuch if notmuch module is enabled

Closes #3161
This commit is contained in:
Henrik Lissner 2020-05-18 14:10:24 -04:00
parent a680885ed9
commit c6fadf4776
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -15,7 +15,12 @@
;;
;;; Packages
(after! notmuch
(use-package! notmuch
:defer t
:init
(after! org
(add-to-list 'org-modules 'ol-notmuch))
:config
(set-company-backend! 'notmuch-message-mode
'(notmuch-company :with company-ispell company-yasnippet))