Skip to content

Commit 035419a

Browse files
Merge #2475
2475: fix outdated link to ra-emacs-lsp.el r=matklad a=andrewbanchich Co-authored-by: Andrew Banchich <[email protected]>
2 parents c6e4cad + 956ce1d commit 035419a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Prerequisites:
129129
Installation:
130130

131131
* 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)
133133
to load path and require it in `init.el`
134134
* run `lsp` in a rust buffer
135135
* (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

0 commit comments

Comments
 (0)