Add email/{wanderlust,mu4e,notmuch} modules
Removed app/{email,notmuch}
This commit is contained in:
parent
45266213a5
commit
84c5da844b
16 changed files with 178 additions and 89 deletions
9
modules/email/notmuch/packages.el
Normal file
9
modules/email/notmuch/packages.el
Normal file
|
@ -0,0 +1,9 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; email/notmuch/packages.el
|
||||
|
||||
(package! notmuch)
|
||||
(package! org-mime)
|
||||
(when (featurep! :completion ivy)
|
||||
(package! counsel-notmuch))
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-notmuch))
|
Loading…
Add table
Add a link
Reference in a new issue