Switch to use-package in #emacs config for mail
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
;;; https://github.com/fuxialexander/doom-emacs-private-xfu/
|
;;; https://github.com/fuxialexander/doom-emacs-private-xfu/
|
||||||
|
|
||||||
;;;; Notmuch
|
;;;; Notmuch
|
||||||
(def-package! notmuch
|
(use-package! notmuch
|
||||||
:commands (notmuch
|
:commands (notmuch
|
||||||
notmuch-tree
|
notmuch-tree
|
||||||
notmuch-tree-mode
|
notmuch-tree-mode
|
||||||
@ -158,16 +158,16 @@
|
|||||||
|
|
||||||
;;;; counsel-notmuch
|
;;;; counsel-notmuch
|
||||||
(when (featurep! :completion ivy)
|
(when (featurep! :completion ivy)
|
||||||
(def-package! counsel-notmuch
|
(use-package! counsel-notmuch
|
||||||
:commands counsel-notmuch
|
:commands counsel-notmuch
|
||||||
:after notmuch))
|
:after notmuch))
|
||||||
;;;; helm-notmuch
|
;;;; helm-notmuch
|
||||||
(when (featurep! :completion helm)
|
(when (featurep! :completion helm)
|
||||||
(def-package! helm-notmuch
|
(use-package! helm-notmuch
|
||||||
:commands helm-notmuch
|
:commands helm-notmuch
|
||||||
:after notmuch))
|
:after notmuch))
|
||||||
;;;; org-mime
|
;;;; org-mime
|
||||||
(def-package! org-mime
|
(use-package! org-mime
|
||||||
:after (org notmuch))
|
:after (org notmuch))
|
||||||
:config (setq org-mime-library 'mml)
|
:config (setq org-mime-library 'mml)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user