From f2e9f1af4a16a8b3bb31f584f90323c7b957dc5c Mon Sep 17 00:00:00 2001
From: Michaƫl Ball <michael.ball@gmail.com>
Date: Sat, 12 Oct 2019 13:54:36 +0100
Subject: Automatically download MS Python language server

---
 .emacs | 6 +-----
 1 file changed, 1 insertion(+), 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)
 
-- 
cgit v1.2.3