From 8bed16eb72b566ee337dfb9bd81136fe34720eb7 Mon Sep 17 00:00:00 2001 From: brotzeit Date: Fri, 3 Jan 2020 23:22:28 +0100 Subject: [PATCH] fix message --- modules/lang/rust/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))))