about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorFlorian Diebold <florian.diebold@freiheit.com>2019-07-25 21:27:00 +0200
committerFlorian Diebold <flodiebold@gmail.com>2019-07-27 11:02:34 +0200
commit00c74b5d18c8c1ae5cd736e4e991ded7e2ba3b4e (patch)
treea1707c6c6252181b9ab29bcba0979ff305c3274a /docs
parentdc6f0b5a4eaf0e9ac096551a9900a32a7efe742a (diff)
downloadrust-00c74b5d18c8c1ae5cd736e4e991ded7e2ba3b4e.tar.gz
rust-00c74b5d18c8c1ae5cd736e4e991ded7e2ba3b4e.zip
Implement inlay hints for emacs
Diffstat (limited to 'docs')
-rw-r--r--docs/user/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/README.md b/docs/user/README.md
index d5633019281..8a576784928 100644
--- a/docs/user/README.md
+++ b/docs/user/README.md
@@ -86,7 +86,7 @@ Installation:
 [ra-emacs-lsp.el](https://github.com/rust-analyzer/rust-analyzer/blob/69ee5c9c5ef212f7911028c9ddf581559e6565c3/editors/emacs/ra-emacs-lsp.el)
 to load path and require it in `init.el`
 * run `lsp` in a rust buffer
-* (Optionally) bind commands like `rust-analyzer-join-lines` or `rust-analyzer-extend-selection` to keys
+* (Optionally) bind commands like `rust-analyzer-join-lines` or `rust-analyzer-extend-selection` to keys, and enable `rust-analyzer-inlay-hints-mode` to get inline type hints
 
 
 ## Vim and NeoVim