email/notmuch: fix invalid-function error
Caused by malformed company backends.
This commit is contained in:
parent
4587361579
commit
a247f00a45
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue