diff options
author | Andrew Banchich <[email protected]> | 2019-12-04 16:07:37 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-12-04 16:07:37 +0000 |
commit | 956ce1d10ae04ef4d6a1530c948d74901ae8cc9e (patch) | |
tree | 929a9b0cfe5422c589361afef32881b5509d20ed | |
parent | 62cadecc89d5ce8c8589f2730814550877d3358d (diff) |
fix file name
-rw-r--r-- | docs/user/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/README.md b/docs/user/README.md index 668af293a..5ec8fb25d 100644 --- a/docs/user/README.md +++ b/docs/user/README.md | |||
@@ -129,7 +129,7 @@ Prerequisites: | |||
129 | Installation: | 129 | Installation: |
130 | 130 | ||
131 | * add | 131 | * add |
132 | [ra-emacs-lsp.el](../../editors/emacs/ra-lsp.el) | 132 | [ra-emacs-lsp.el](../../editors/emacs/ra-emacs-lsp.el) |
133 | to load path and require it in `init.el` | 133 | to 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 |