Add company-dictionary backend to all modes
This commit is contained in:
parent
24bf342a63
commit
b7a3ea7030
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
(add-hook hook
|
||||
`(lambda()
|
||||
(set (make-local-variable 'company-backends)
|
||||
(append '((,@backends)) company-backends)))))
|
||||
(append '((,@backends company-dictionary)) company-backends)))))
|
||||
|
||||
(company--backend-on 'nxml-mode-hook 'company-nxml 'company-yasnippet)
|
||||
(company--backend-on 'emacs-lisp-mode-hook 'company-elisp 'company-yasnippet)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue