diff options
author | Michaël Ball <michael.ball@gmail.com> | 2019-10-12 13:54:36 +0100 |
---|---|---|
committer | Michaël Ball <michael.ball@gmail.com> | 2019-10-12 13:54:36 +0100 |
commit | f2e9f1af4a16a8b3bb31f584f90323c7b957dc5c (patch) | |
tree | e1bc0ec22a2f8c59c8f5a8684b50ef6174e3a1bd | |
parent | 799ba8781c6489fe420407b47353c9da368f5823 (diff) |
Automatically download MS Python language server
-rwxr-xr-x | .emacs | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -317,11 +317,7 @@ (use-package lsp-python-ms :ensure t :demand t - :hook (python-mode . lsp) - :config - ;; for executable of language server, if it's not symlinked on your PATH - (setq lsp-python-ms-executable - "/usr/bin/mspyls")) + :hook (python-mode . lsp)) (provide 'init-python) |