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."