Fix company backends for text and org modes
This commit is contained in:
parent
0c9256411d
commit
2465539e19
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
;;;###autoload
|
||||
(defvar +company-backend-alist
|
||||
'((text-mode company-dabbrev company-yasnippet company-ispell)
|
||||
'((text-mode (:separate company-dabbrev company-yasnippet company-ispell))
|
||||
(prog-mode company-capf company-yasnippet)
|
||||
(conf-mode company-capf company-dabbrev-code company-yasnippet))
|
||||
"An alist matching modes to company backends. The backends for any mode is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue