mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
email/notmuch: fix invalid-function error
Caused by malformed company backends.
This commit is contained in:
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
(after! notmuch
|
(after! notmuch
|
||||||
(set-company-backend! 'notmuch-message-mode
|
(set-company-backend! 'notmuch-message-mode
|
||||||
'(notmuch-company (company-ispell :with company-yasnippet)))
|
'(notmuch-company :with company-ispell company-yasnippet))
|
||||||
|
|
||||||
(set-popup-rule! "^\\*notmuch-hello" :side 'left :size 30 :ttl 0)
|
(set-popup-rule! "^\\*notmuch-hello" :side 'left :size 30 :ttl 0)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user