Fix #3908: separate company-ispell from notmuch-company
This commit is contained in:
parent
15d976142c
commit
f102063f93
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
(add-to-list 'org-modules 'ol-notmuch))
|
(add-to-list 'org-modules 'ol-notmuch))
|
||||||
:config
|
:config
|
||||||
(set-company-backend! 'notmuch-message-mode
|
(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)
|
(set-popup-rule! "^\\*notmuch-hello" :side 'left :size 30 :ttl 0)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue