mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
cleanup comment
This commit is contained in:
parent
c6cdd649e5
commit
5901e98116
1 changed files with 4 additions and 3 deletions
|
@ -2,9 +2,10 @@
|
|||
;;; Commentary:
|
||||
;;; Small utilities for interacting with Rust analyzer.
|
||||
;;; Run
|
||||
;;; cargo install --git https://github.com/matklad/rust-analyzer/ --bin ra_cli
|
||||
;;; to install the binary, copy-paste the bellow code to your `.init.el` and use
|
||||
;;; `ra-extend-selection` and `ra-shrink-selection` functions
|
||||
;;; cargo install --git https://github.com/matklad/rust-analyzer/ ra_cli
|
||||
;;; to install the analyzer binary. Then copy-paste the bellow code to
|
||||
;;; your `.init.el` and use `ra-extend-selection` and
|
||||
;;; `ra-shrink-selection` functions.
|
||||
;;; Code:
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue