Add python LSP config

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:37 +00:00
parent 69bb071ca7
commit 7526670089

View File

@ -909,6 +909,13 @@
(use-package crontab-mode) (use-package crontab-mode)
#+end_src #+end_src
** Python
Going to use LSP for Python:
#+begin_src emacs-lisp
(add-hook 'python-mode-hook #'lsp-deferred)
#+end_src
* Tool Integrations * Tool Integrations
** Git ** Git
=magit= is truly a wonderful creation! Add keybinding for =magit= is truly a wonderful creation! Add keybinding for