emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/rust-mode 6dca073 414/486: readme: make other useful packa


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 6dca073 414/486: readme: make other useful packages a list
Date: Sat, 7 Aug 2021 09:26:04 -0400 (EDT)

branch: elpa/rust-mode
commit 6dca073b6b59467e661095c5e27ce5827bc36cc7
Author: Trevor Spiteri <tspiteri@ieee.org>
Commit: Nathan Moreau <nathan.moreau@m4x.org>

    readme: make other useful packages a list
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index e4af066..3672a28 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ And put this in your config to load rust-mode automatically:
 
 `(require 'rust-mode)`
 
-# Manual Installation 
+# Manual Installation
 
 Add this to your init.el:
 
@@ -58,7 +58,7 @@ recommendation add this to your init.el:
 # rustfmt
 
 The `rust-format-buffer` function will format your code with
-[rustfmt](https://github.com/rust-lang/rustfmt) if installed. By default, 
+[rustfmt](https://github.com/rust-lang/rustfmt) if installed. By default,
 this is bound to `C-c C-f`.
 
 Placing `(setq rust-format-on-save t)` in your init.el will enable automatic
@@ -73,6 +73,6 @@ you set the environment variable EMACS to a program that runs 
emacs.
 
 # Other useful packages
 
-[cargo.el](https://github.com/kwrooijen/cargo.el) Emacs Minor Mode for Cargo, 
Rust's Package Manager
-[emacs-racer](https://github.com/racer-rust/emacs-racer) Racer support for 
Emacs
-[rustic](https://github.com/brotzeit/rustic) Rust development environment for 
Emacs 
+* [cargo.el](https://github.com/kwrooijen/cargo.el) Emacs Minor Mode for 
Cargo, Rust's Package Manager
+* [emacs-racer](https://github.com/racer-rust/emacs-racer) Racer support for 
Emacs
+* [rustic](https://github.com/brotzeit/rustic) Rust development environment 
for Emacs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]