Browse Source

Delete extra python mode hook

master
Taylor Bockman 4 years ago
parent
commit
9a99091780
  1. 4
      dotfiles/emacs.d/init.el

4
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)

Loading…
Cancel
Save