Add python LSP config
This commit is contained in:
parent
69bb071ca7
commit
7526670089
@ -909,6 +909,13 @@
|
||||
(use-package crontab-mode)
|
||||
#+end_src
|
||||
|
||||
** Python
|
||||
Going to use LSP for Python:
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(add-hook 'python-mode-hook #'lsp-deferred)
|
||||
#+end_src
|
||||
|
||||
* Tool Integrations
|
||||
** Git
|
||||
=magit= is truly a wonderful creation! Add keybinding for
|
||||
|
Loading…
x
Reference in New Issue
Block a user