Use =add-to-list= in company mode config
This commit is contained in:
parent
5daa6c0e84
commit
3b150973d9
@ -69,8 +69,7 @@ needs to be set up to install them if they aren't already.
|
||||
(use-package company
|
||||
:config
|
||||
(add-hook 'after-init-hook 'global-company-mode)
|
||||
(setf company-backends
|
||||
(cons 'company-capf company-backends)))
|
||||
(add-to-list 'company-backends 'company-capf))
|
||||
#+end_src
|
||||
|
||||
And enable =ido-mode= everywhere, with flexible matching.
|
||||
|
Loading…
x
Reference in New Issue
Block a user