lang/python: load lsp-python-ms after python

To isolate errors caused upstream (e.g. emacs-lsp/lsp-python-ms#68)
This commit is contained in:
Henrik Lissner 2019-10-24 16:59:04 -04:00
parent bcdf5eb19a
commit 423c2958b6
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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/"))