diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-11-20 19:45:57 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-11-20 19:45:57 +0000 |
commit | a025303ca686ed3e54164a04319a028931f54284 (patch) | |
tree | 339938eb7633bbce9c756ffaee0878757f71321a /docs/user/README.md | |
parent | 2cb2fb1a4807b4e53390c5f88c85106454706b64 (diff) | |
parent | c079d9b63b995c37f0de500e4232a8303fc8a291 (diff) |
Merge #2334
2334: Add rust-analyzer-expand-macro function for Emacs r=flodiebold a=flodiebold
Co-authored-by: Florian Diebold <[email protected]>
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 1861c69ab..bfb190449 100644 --- a/docs/user/README.md +++ b/docs/user/README.md | |||
@@ -127,7 +127,7 @@ Installation: | |||
127 | [ra-emacs-lsp.el](https://github.com/rust-analyzer/rust-analyzer/blob/69ee5c9c5ef212f7911028c9ddf581559e6565c3/editors/emacs/ra-emacs-lsp.el) | 127 | [ra-emacs-lsp.el](https://github.com/rust-analyzer/rust-analyzer/blob/69ee5c9c5ef212f7911028c9ddf581559e6565c3/editors/emacs/ra-emacs-lsp.el) |
128 | to load path and require it in `init.el` | 128 | to load path and require it in `init.el` |
129 | * run `lsp` in a rust buffer | 129 | * run `lsp` in a rust buffer |
130 | * (Optionally) bind commands like `rust-analyzer-join-lines` or `rust-analyzer-extend-selection` to keys, and enable `rust-analyzer-inlay-hints-mode` to get inline type hints | 130 | * (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 |
131 | 131 | ||
132 | 132 | ||
133 | ## Vim and NeoVim | 133 | ## Vim and NeoVim |