diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 0a36a59..1c871ff 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -269,10 +269,6 @@ There are two things you can do about this warning: (require 'lsp-python-ms) (lsp)))) ; or lsp-deferred -;; Add LSP to python mode -(add-hook 'python-mode-hook #'lsp) - - ;; Python testing helpers (use-package python-pytest)