aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-12-04 16:09:20 +0000
committerGitHub <[email protected]>2019-12-04 16:09:20 +0000
commit035419a504b85cad849f336c4a6346af989a57dd (patch)
tree929a9b0cfe5422c589361afef32881b5509d20ed
parentc6e4cadfce300d14dccdb74e3d5f0e44008e7985 (diff)
parent956ce1d10ae04ef4d6a1530c948d74901ae8cc9e (diff)
Merge #2475
2475: fix outdated link to ra-emacs-lsp.el r=matklad a=andrewbanchich Co-authored-by: Andrew Banchich <[email protected]>
-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 adacead52..5ec8fb25d 100644
--- a/docs/user/README.md
+++ b/docs/user/README.md
@@ -129,7 +129,7 @@ Prerequisites:
129Installation: 129Installation:
130 130
131* add 131* add
132[ra-emacs-lsp.el](https://github.com/rust-analyzer/rust-analyzer/blob/69ee5c9c5ef212f7911028c9ddf581559e6565c3/editors/emacs/ra-emacs-lsp.el) 132[ra-emacs-lsp.el](../../editors/emacs/ra-emacs-lsp.el)
133to load path and require it in `init.el` 133to load path and require it in `init.el`
134* run `lsp` in a rust buffer 134* run `lsp` in a rust buffer
135* (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 135* (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