email/notmuch: fix invalid-function error

Caused by malformed company backends.
This commit is contained in:
Henrik Lissner 2019-05-16 11:41:46 -04:00
parent 4587361579
commit a247f00a45
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -10,7 +10,7 @@
(after! notmuch
(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)