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) )