2018-07-31 19:33:27 +02:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
2019-05-05 14:11:59 -04:00
|
|
|
;;; email/notmuch/packages.el
|
2018-07-31 19:33:27 +02:00
|
|
|
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! notmuch :pin "aba7fb375b")
|
|
|
|
(package! org-mime :pin "b189976217")
|
2018-07-31 19:33:27 +02:00
|
|
|
(when (featurep! :completion ivy)
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! counsel-notmuch :pin "a4a1562935"))
|
2018-07-31 19:33:27 +02:00
|
|
|
(when (featurep! :completion helm)
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! helm-notmuch :pin "97a01497e0"))
|