summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTrevor Spiteri <tspiteri@ieee.org>2019-10-11 12:32:40 +0200
committerNathan Moreau <nathan.moreau@m4x.org>2019-10-11 18:33:41 +0200
commit6dca073b6b59467e661095c5e27ce5827bc36cc7 (patch)
tree2252f3f9ce35f652710931dcd3c9c9a2c6ee605c /README.md
parentbb9bbd24df2294f40f77d031fe2f5defeb103931 (diff)
downloadrust-mode-6dca073b6b59467e661095c5e27ce5827bc36cc7.tar.gz
readme: make other useful packages a list
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files 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