diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index 36379fa52..cfc8af921 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -268,7 +268,7 @@ called.") (use-package! lsp-python-ms :when (featurep! +lsp) - :after lsp-clients + :after (python lsp-clients) :init (setq lsp-python-ms-dir (concat doom-etc-dir "mspyls/"))