diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index e0579cbad..97ed346cf 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -260,6 +260,6 @@ called.") ;; Installing the server should be a deliberate act; either 'M-x ;; lsp-python-ms-setup' or setting `lsp-python-ms-executable' to an existing ;; install will do. - (defadvice! +python--dont-auto-install-server-a (orig-fn) + (defadvice! +python--dont-auto-install-server-a () :override #'lsp-python-ms--command-string lsp-python-ms-executable))