10 lines
225 B
EmacsLisp
10 lines
225 B
EmacsLisp
|
;; -*- 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))
|