Add app/notmuch module (WIP)
This commit is contained in:
parent
d9a52e1094
commit
8d486b755e
3 changed files with 260 additions and 0 deletions
9
modules/app/notmuch/packages.el
Normal file
9
modules/app/notmuch/packages.el
Normal file
|
@ -0,0 +1,9 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; app/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