diff options
author | Andrew Banchich <[email protected]> | 2019-12-04 15:48:03 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-12-04 15:48:03 +0000 |
commit | a863298314ac730ac8a357bdded6262d84baefd1 (patch) | |
tree | d66eec01594137c4e160fdab2557da2b81295fbf /docs | |
parent | c6e4cadfce300d14dccdb74e3d5f0e44008e7985 (diff) |
fix outdated link to ra-emacs-lsp.el
Diffstat (limited to 'docs')
-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 adacead52..f95bed8ec 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](https://github.com/rust-analyzer/rust-analyzer/blob/69ee5c9c5ef212f7911028c9ddf581559e6565c3/editors/emacs/ra-emacs-lsp.el) | 132 | [ra-emacs-lsp.el](https://github.com/rust-analyzer/rust-analyzer/blob/master/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 |