diff --git a/config.org b/config.org index 67c55ae..e199a84 100644 --- a/config.org +++ b/config.org @@ -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.