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)

View file

@ -20,7 +20,8 @@
:pin "63413a5563450bdedee4c077f2f998578e75083a")
(when (featurep! +org)
(package! org-mime :pin "eb21c02ba8f97fe69c14dc657a7883b982664649"))
(package! org-mime :pin "eb21c02ba8f97fe69c14dc657a7883b982664649")
(package! ol-notmuch :pin "126fb446d8fa9e54cf21103afaf506fd81273c02"))
(when (featurep! :completion ivy)
(package! counsel-notmuch :pin "a4a1562935e4180c42524c51609d1283e9be0688"))
(when (featurep! :completion helm)