diff options
author | Aleksey Kladov <[email protected]> | 2018-09-18 23:15:52 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-09-18 23:15:52 +0100 |
commit | 5901e9811636f0a5c5f73ef99ee574da83888a68 (patch) | |
tree | 83e30f447985757a7150bbdda6e0b4beb3033359 /editors/emacs | |
parent | c6cdd649e57791501a3cbd331b7bfdb84ffe950e (diff) |
cleanup comment
Diffstat (limited to 'editors/emacs')
-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 | ||