From a247f00a452d4e09cbccd918b042774de6bba7c2 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 16 May 2019 11:41:46 -0400 Subject: [PATCH] email/notmuch: fix invalid-function error Caused by malformed company backends. --- modules/email/notmuch/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/email/notmuch/config.el b/modules/email/notmuch/config.el index 4e9813fa0..825b1f0a2 100644 --- a/modules/email/notmuch/config.el +++ b/modules/email/notmuch/config.el @@ -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)