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

@ -88,6 +88,7 @@ OR a shell command string such as
(use-package! org-mime
:when (featurep! +org)
:after (org notmuch)
:config (setq org-mime-library 'mml))