From 5901e9811636f0a5c5f73ef99ee574da83888a68 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 19 Sep 2018 01:15:52 +0300 Subject: cleanup comment --- editors/emacs/ra.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'editors/emacs/ra.el') 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 @@ ;;; 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: -- cgit v1.2.3