about summary refs log tree commit diff
path: root/config.el
diff options
context:
space:
mode:
Diffstat (limited to 'config.el')
-rw-r--r--config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.el b/config.el
index 3fab95681824..14ea16faf271 100644
--- a/config.el
+++ b/config.el
@@ -671,7 +671,7 @@
 (use-package! company-lsp
   :after (lsp-mode lsp-ui)
   :config
-  ;; (setq company-backends '(company-lsp))
+  (add-to-list #'company-backends #'company-lsp)
   (setq company-lsp-async t))
 
 (use-package! lsp-treemacs