diff options
Diffstat (limited to 'docs/user/README.md')
-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 8de46981b..439c4e6ae 100644 --- a/docs/user/README.md +++ b/docs/user/README.md | |||
@@ -74,4 +74,4 @@ Installation: | |||
74 | [ra-emacs-lsp.el](https://github.com/rust-analyzer/rust-analyzer/blob/69ee5c9c5ef212f7911028c9ddf581559e6565c3/editors/emacs/ra-emacs-lsp.el) | 74 | [ra-emacs-lsp.el](https://github.com/rust-analyzer/rust-analyzer/blob/69ee5c9c5ef212f7911028c9ddf581559e6565c3/editors/emacs/ra-emacs-lsp.el) |
75 | to load path and require it in `init.el` | 75 | to load path and require it in `init.el` |
76 | * run `lsp` in a rust buffer | 76 | * run `lsp` in a rust buffer |
77 | * (Optionally) bind commands like `join-lines` or `extend-selection` to keys | 77 | * (Optionally) bind commands like `rust-analyzer-join-lines` or `rust-analyzer-extend-selection` to keys |