notmuch: put org-mime behind +org flag

This commit is contained in:
William Vaughn 2021-05-10 21:17:30 -07:00
parent 195ad0fec6
commit 513e05e856
No known key found for this signature in database
GPG key ID: 011967635D6D9F61
3 changed files with 25 additions and 2 deletions

View file

@ -2,7 +2,8 @@
;;; email/notmuch/packages.el
(package! notmuch :pin "63413a5563450bdedee4c077f2f998578e75083a")
(package! org-mime :pin "eb21c02ba8f97fe69c14dc657a7883b982664649")
(when (featurep! +org)
(package! org-mime :pin "eb21c02ba8f97fe69c14dc657a7883b982664649"))
(when (featurep! :completion ivy)
(package! counsel-notmuch :pin "a4a1562935e4180c42524c51609d1283e9be0688"))
(when (featurep! :completion helm)