diff options
-rw-r--r-- | editors/emacs/ra.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/emacs/ra.el b/editors/emacs/ra.el index 6ff2ae742..099f611be 100644 --- a/editors/emacs/ra.el +++ b/editors/emacs/ra.el | |||
@@ -2,9 +2,10 @@ | |||
2 | ;;; Commentary: | 2 | ;;; Commentary: |
3 | ;;; Small utilities for interacting with Rust analyzer. | 3 | ;;; Small utilities for interacting with Rust analyzer. |
4 | ;;; Run | 4 | ;;; Run |
5 | ;;; cargo install --git https://github.com/matklad/rust-analyzer/ --bin ra_cli | 5 | ;;; cargo install --git https://github.com/matklad/rust-analyzer/ ra_cli |
6 | ;;; to install the binary, copy-paste the bellow code to your `.init.el` and use | 6 | ;;; to install the analyzer binary. Then copy-paste the bellow code to |
7 | ;;; `ra-extend-selection` and `ra-shrink-selection` functions | 7 | ;;; your `.init.el` and use `ra-extend-selection` and |
8 | ;;; `ra-shrink-selection` functions. | ||
8 | ;;; Code: | 9 | ;;; Code: |
9 | 10 | ||
10 | 11 | ||