diff --git a/config.org b/config.org index bed1652..b8ded2e 100644 --- a/config.org +++ b/config.org @@ -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