diff --git a/emacs/init.org b/emacs/init.org index 4e704f4..6771ec5 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -2832,11 +2832,6 @@ Emacs support for the Language Server Protocol (setq lsp-prefer-flymake nil) :commands lsp-mode lsp lsp-deferred) - (use-package company-lsp - :after (lsp-mode company) - :config - (setq company-lsp-cache-candidates t)) - (use-package lsp-ui :after (lsp-mode) :custom