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:
parent
89fbc3776d
commit
dabca5d24e
1 changed files with 0 additions and 3 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue