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)