Add company-(dabbrev|ispell) to default backends
Partially addresses #134
This commit is contained in:
parent
69f963013b
commit
3801da0db1
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ MODES should be one major-mode symbol or a list of them."
|
||||||
company-require-match 'never
|
company-require-match 'never
|
||||||
company-global-modes '(not eshell-mode comint-mode erc-mode message-mode help-mode)
|
company-global-modes '(not eshell-mode comint-mode erc-mode message-mode help-mode)
|
||||||
company-frontends '(company-pseudo-tooltip-frontend company-echo-metadata-frontend)
|
company-frontends '(company-pseudo-tooltip-frontend company-echo-metadata-frontend)
|
||||||
company-backends '(company-capf)
|
company-backends '(company-capf company-dabbrev company-ispell)
|
||||||
company-transformers '(company-sort-by-occurrence))
|
company-transformers '(company-sort-by-occurrence))
|
||||||
|
|
||||||
(after! yasnippet
|
(after! yasnippet
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue