refactor(notmuch): remove redundant ol-notmuch config

ol-notmuch autoloads itself, so we don't need to do anything.

Amend: db94569143
Ref: hlissner/doom-emacs@db94569143
Ref: https://git.sr.ht/~tarsius/ol-notmuch/tree/main/item/ol-notmuch.el#L93-97
This commit is contained in:
Henrik Lissner 2021-11-25 01:31:30 +01:00
parent 89fbc3776d
commit dabca5d24e

View file

@ -41,9 +41,6 @@ variable accordingly.")
(use-package! notmuch (use-package! notmuch
:defer t :defer t
:init
(after! org
(add-to-list 'org-modules 'ol-notmuch))
:config :config
(set-company-backend! 'notmuch-message-mode (set-company-backend! 'notmuch-message-mode
'notmuch-company '(company-ispell company-yasnippet)) 'notmuch-company '(company-ispell company-yasnippet))