From 1db4b00069866443c400df71047dce9b68712f3b Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 19 Nov 2021 12:02:36 +0900 Subject: [PATCH] lsp setup is too heavy --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 1ceae81..ba52beb 100644 --- a/emacs.el +++ b/emacs.el @@ -3006,7 +3006,7 @@ ARGS are not used." (set-variable 'lsp-python-ms-auto-install-server t) (set-variable 'lsp-python-ms-parse-dot-env-enabled t) (set-variable 'lsp-python-ms-python-executable-cmd "python3") -(add-hook 'python-mode-hook #'my-lsp-python-setup) +;; (add-hook 'python-mode-hook #'my-lsp-python-setup) (defun my-lsp-python-setup () "Setup python ms."