cleanup comment

This commit is contained in:
Aleksey Kladov 2018-09-19 01:15:52 +03:00
parent c6cdd649e5
commit 5901e98116

View file

@ -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: