Skip to content

Commit 6dca073

Browse files
tspiterimookid
authored andcommitted
readme: make other useful packages a list
1 parent bb9bbd2 commit 6dca073

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ And put this in your config to load rust-mode automatically:
3636

3737
`(require 'rust-mode)`
3838

39-
# Manual Installation
39+
# Manual Installation
4040

4141
Add this to your init.el:
4242

@@ -58,7 +58,7 @@ recommendation add this to your init.el:
5858
# rustfmt
5959

6060
The `rust-format-buffer` function will format your code with
61-
[rustfmt](https://github.com/rust-lang/rustfmt) if installed. By default,
61+
[rustfmt](https://github.com/rust-lang/rustfmt) if installed. By default,
6262
this is bound to `C-c C-f`.
6363

6464
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.
7373

7474
# Other useful packages
7575

76-
[cargo.el](https://github.com/kwrooijen/cargo.el) Emacs Minor Mode for Cargo, Rust's Package Manager
77-
[emacs-racer](https://github.com/racer-rust/emacs-racer) Racer support for Emacs
78-
[rustic](https://github.com/brotzeit/rustic) Rust development environment for Emacs
76+
* [cargo.el](https://github.com/kwrooijen/cargo.el) Emacs Minor Mode for Cargo, Rust's Package Manager
77+
* [emacs-racer](https://github.com/racer-rust/emacs-racer) Racer support for Emacs
78+
* [rustic](https://github.com/brotzeit/rustic) Rust development environment for Emacs

0 commit comments

Comments
 (0)