From f102063f936dfe9ca32ac37c0bf185c2e4f853d2 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 15 Oct 2020 16:52:51 -0400 Subject: [PATCH] Fix #3908: separate company-ispell from notmuch-company --- 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 dd6b56ff5..7cf7c8ccd 100644 --- a/modules/email/notmuch/config.el +++ b/modules/email/notmuch/config.el @@ -22,7 +22,7 @@ (add-to-list 'org-modules 'ol-notmuch)) :config (set-company-backend! 'notmuch-message-mode - '(notmuch-company :with company-ispell company-yasnippet)) + 'notmuch-company '(company-ispell company-yasnippet)) (set-popup-rule! "^\\*notmuch-hello" :side 'left :size 30 :ttl 0)