mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -41,9 +41,6 @@ variable accordingly.")
|
||||
|
||||
(use-package! notmuch
|
||||
:defer t
|
||||
:init
|
||||
(after! org
|
||||
(add-to-list 'org-modules 'ol-notmuch))
|
||||
:config
|
||||
(set-company-backend! 'notmuch-message-mode
|
||||
'notmuch-company '(company-ispell company-yasnippet))
|
||||
|
Reference in New Issue
Block a user