diff --git a/modules/lang/rust/config.el b/modules/lang/rust/config.el index e728492e0..3cb786cbc 100644 --- a/modules/lang/rust/config.el +++ b/modules/lang/rust/config.el @@ -61,7 +61,7 @@ ;; that behavior. ((symbol-function #'rustic-install-lsp-client-p) (lambda (&rest _) - (message "No RLS server running")))) + (message "No LSP server running")))) (apply orig-fn args))))