From 7526670089223f5112ebca1fca0594f3e4de102e Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:37 +0000 Subject: [PATCH] Add python LSP config --- config.org | 7 +++++++ 1 file changed, 7 insertions(+) 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