mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(notmuch): ol-notmuch missing
ol-notmuch.el was moved out of org-contrib into its own repo. Ref: https://git.sr.ht/~bzg/org-contrib/tree/e14dfea5/item/lisp/ol-notmuch.el#L8
This commit is contained in:
committed by
Henrik Lissner
parent
57b456847c
commit
d522cc347d
@ -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)
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user