aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-01-13 11:56:33 +0000
committerAleksey Kladov <[email protected]>2020-01-13 11:56:33 +0000
commit875352b2b64220e4e76d1aa49d51e85a46344d6a (patch)
treeb9c7dea9a9b8c55351a20eb39aca36b54873ad91 /docs
parent96e759413d64715c5c6f407c72b5ce1cbba0d8b7 (diff)
Rename Emacs "extension"
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 d17108788..9d3258c06 100644
--- a/docs/user/README.md
+++ b/docs/user/README.md
@@ -137,7 +137,7 @@ Prerequisites:
137Installation: 137Installation:
138 138
139* add 139* add
140[ra-emacs-lsp.el](../../editors/emacs/ra-emacs-lsp.el) 140[rust-analyzer.el](../../editors/emacs/rust-analyzer.el)
141to load path and require it in `init.el` 141to load path and require it in `init.el`
142* run `lsp` in a rust buffer 142* run `lsp` in a rust buffer
143* (Optionally) bind commands like `rust-analyzer-join-lines`, `rust-analyzer-extend-selection` and `rust-analyzer-expand-macro` to keys, and enable `rust-analyzer-inlay-hints-mode` to get inline type hints 143* (Optionally) bind commands like `rust-analyzer-join-lines`, `rust-analyzer-extend-selection` and `rust-analyzer-expand-macro` to keys, and enable `rust-analyzer-inlay-hints-mode` to get inline type hints