From ba43baf3c6b6f753dacb83fc88ba1420b1ed072f Mon Sep 17 00:00:00 2001 From: josiah Date: Fri, 12 Mar 2021 14:30:55 -0600 Subject: [PATCH] Remove company-lsp as its no longer the right way --- .emacs.d/jlj-python.el | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.emacs.d/jlj-python.el b/.emacs.d/jlj-python.el index 9211858..b819051 100644 --- a/.emacs.d/jlj-python.el +++ b/.emacs.d/jlj-python.el @@ -34,11 +34,10 @@ :hook (python-mode . lsp-deferred) :commands (lsp lsp-deferred)) -; let's add the lsp company backend -(use-package company-lsp - :ensure t - :config - (push 'company-lsp company-backends)) +;; ; let's add the lsp company backend +;; (use-package company-lsp +;; :config +;; (push 'company-lsp company-backends)) ; also installs lsp as a dependency (use-package lsp-ui