doomemacs/modules/email/notmuch/packages.el

13 lines
561 B
EmacsLisp
Raw Normal View History

2018-07-31 19:33:27 +02:00
;; -*- no-byte-compile: t; -*-
;;; email/notmuch/packages.el
2018-07-31 19:33:27 +02:00
(package! notmuch :pin "63413a5563450bdedee4c077f2f998578e75083a")
2021-05-10 21:17:30 -07:00
(when (featurep! +org)
(package! org-mime :pin "eb21c02ba8f97fe69c14dc657a7883b982664649"))
2018-07-31 19:33:27 +02:00
(when (featurep! :completion ivy)
(package! counsel-notmuch :pin "a4a1562935e4180c42524c51609d1283e9be0688"))
2018-07-31 19:33:27 +02:00
(when (featurep! :completion helm)
(package! helm-notmuch :pin "97a01497e079a7b6505987e9feba6b603bbec288"))
(when (featurep! :completion vertico)
(package! consult-notmuch :pin "a5133b9e1f19b6d51e51dd5c5e3a4f236ca29b57"))