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:
parent
bcdf5eb19a
commit
423c2958b6
1 changed files with 1 additions and 1 deletions
|
@ -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/"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue