aboutsummaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-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)