From 57457999f73203c1dec45bcea615057fe0eb6c14 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Thu, 21 Oct 2021 18:47:15 +0200 Subject: [PATCH] fixed a wrong hook for rustic and lsp-analyzer Signed-off-by: Stefan Ellmauthaler --- programs/emacs/default.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/emacs/default.el b/programs/emacs/default.el index cc6add2..a9b20ea 100644 --- a/programs/emacs/default.el +++ b/programs/emacs/default.el @@ -326,7 +326,7 @@ (rustic-flycheck-clippy-params "--message-format=json") :hook (rustic-mode . company-mode) - (rustic . rust-analyzer-hint-mode) + (rustic . lsp-rust-analyzer-inlay-hints-mode) ;;(rustic-mode . flymake-mode) )