fix(notmuch): ol-notmuch missing

ol-notmuch.el was moved out of org-contrib into its own repo.

Ref: e14dfea5/item/lisp/ol-notmuch.el (L8)
This commit is contained in:
Leonard Lausen 2021-11-08 03:04:01 +00:00 committed by Henrik Lissner
parent 57b456847c
commit d522cc347d
2 changed files with 5 additions and 1 deletions

View file

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