mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix wrong-type-arg lsp--client in set-lsp-priority!
This commit is contained in:
@ -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)))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user