refactor(notmuch): remove redundant config

Ref: hlissner/doom-emacs@d522cc347d
This commit is contained in:
Henrik Lissner 2021-11-25 01:04:23 +01:00
parent f18a8ad109
commit db94569143

View file

@ -117,9 +117,6 @@ variable accordingly.")
:after (org notmuch) :after (org notmuch)
:config (setq org-mime-library 'mml)) :config (setq org-mime-library 'mml))
(use-package! ol-notmuch
:when (featurep! +org)
:after (org notmuch))
(use-package! counsel-notmuch (use-package! counsel-notmuch
:when (featurep! :completion ivy) :when (featurep! :completion ivy)