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:
parent
57b456847c
commit
d522cc347d
2 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue