lang/python: fix dont-auto-install-server advice
The function being overriden takes no arguments.
This commit is contained in:
parent
19dd4e8db8
commit
afc22e4265
1 changed files with 1 additions and 1 deletions
|
@ -260,6 +260,6 @@ called.")
|
|||
;; Installing the server should be a deliberate act; either 'M-x
|
||||
;; lsp-python-ms-setup' or setting `lsp-python-ms-executable' to an existing
|
||||
;; install will do.
|
||||
(defadvice! +python--dont-auto-install-server-a (orig-fn)
|
||||
(defadvice! +python--dont-auto-install-server-a ()
|
||||
:override #'lsp-python-ms--command-string
|
||||
lsp-python-ms-executable))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue