aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Ball <michael.ball@gmail.com>2019-10-12 13:54:36 +0100
committerMichaël Ball <michael.ball@gmail.com>2019-10-12 13:54:36 +0100
commitf2e9f1af4a16a8b3bb31f584f90323c7b957dc5c (patch)
treee1bc0ec22a2f8c59c8f5a8684b50ef6174e3a1bd
parent799ba8781c6489fe420407b47353c9da368f5823 (diff)
Automatically download MS Python language server
-rwxr-xr-x.emacs6
1 files changed, 1 insertions, 5 deletions
diff --git a/.emacs b/.emacs
index 8cdd8d9..fdcd700 100755
--- a/.emacs
+++ b/.emacs
@@ -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)