diff --git a/configuration.org b/configuration.org
index 0174ec4c02b3bf7a31a4e2b95df2e80158382c41..0fb69bc7a8238d804a2604c824cafb80f305773a 100644
--- a/configuration.org
+++ b/configuration.org
@@ -653,7 +653,6 @@ Turn off validate link in org html export:
   )
 #+end_src
 
-
 ** Source code evaluation
 
 
@@ -917,6 +916,7 @@ Install =rust-mode= and set the rust language server to [[https://rust-analyzer.
   (use-package rust-mode
     :custom
     (lsp-rust-server 'rust-analyzer)
+    (lsp-inlay-hint-enable t)
     )
 #+end_src