diff options
Diffstat (limited to 'lisp/ravi-init-python.el')
| -rw-r--r-- | lisp/ravi-init-python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ravi-init-python.el b/lisp/ravi-init-python.el index 154cfdc..3878db3 100644 --- a/lisp/ravi-init-python.el +++ b/lisp/ravi-init-python.el @@ -66,7 +66,7 @@ in-site-lisp))) (when (file-exists-p pyright-executable) (lsp-dependency 'pyright `(:system ,pyright-executable)))) - (lsp-deferred)) + (ravi/add-lsp-with-local-variables)) :hook (python-mode-hook . ravi/start-lsp-pyright)) (bind-key "<return>" 'newline-and-indent python-mode-map) |
