Fix wrong-type-arg lsp--client in set-lsp-priority!
This commit is contained in:
parent
ba0c89288d
commit
e2b5f50e7b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
"Change the PRIORITY of lsp CLIENT."
|
"Change the PRIORITY of lsp CLIENT."
|
||||||
(require 'lsp-mode)
|
(require 'lsp-mode)
|
||||||
(if-let (client (gethash client lsp-clients))
|
(if-let (client (gethash client lsp-clients))
|
||||||
(setf (lsp--client-priority (gethash client lsp-clients))
|
(setf (lsp--client-priority client)
|
||||||
priority)
|
priority)
|
||||||
(error "No LSP client named %S" client)))
|
(error "No LSP client named %S" client)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue