diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index 6739dc71d..cac6d80c1 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -265,7 +265,4 @@ :when (modulep! +lsp) :when (modulep! +pyright) :when (modulep! :tools lsp -eglot) - :defer t - :init - (when (executable-find "basedpyright") - (setq lsp-pyright-langserver-command "basedpyright"))) + :defer t)