diff --git a/modules/tools/lsp/autoload.el b/modules/tools/lsp/autoload.el index 884cda7d3..a473fe50a 100644 --- a/modules/tools/lsp/autoload.el +++ b/modules/tools/lsp/autoload.el @@ -5,7 +5,7 @@ "Change the PRIORITY of lsp CLIENT." (require 'lsp-mode) (if-let (client (gethash client lsp-clients)) - (setf (lsp--client-priority (gethash server lsp-clients)) + (setf (lsp--client-priority (gethash client lsp-clients)) priority) (error "No LSP client named %S" client)))