mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
@ -15,7 +15,12 @@
|
|||||||
;;
|
;;
|
||||||
;;; Packages
|
;;; Packages
|
||||||
|
|
||||||
(after! notmuch
|
(use-package! notmuch
|
||||||
|
:defer t
|
||||||
|
:init
|
||||||
|
(after! org
|
||||||
|
(add-to-list 'org-modules 'ol-notmuch))
|
||||||
|
:config
|
||||||
(set-company-backend! 'notmuch-message-mode
|
(set-company-backend! 'notmuch-message-mode
|
||||||
'(notmuch-company :with company-ispell company-yasnippet))
|
'(notmuch-company :with company-ispell company-yasnippet))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user