diff options
| author | Trevor Spiteri <tspiteri@ieee.org> | 2019-10-11 12:32:40 +0200 |
|---|---|---|
| committer | Nathan Moreau <nathan.moreau@m4x.org> | 2019-10-11 18:33:41 +0200 |
| commit | 6dca073b6b59467e661095c5e27ce5827bc36cc7 (patch) | |
| tree | 2252f3f9ce35f652710931dcd3c9c9a2c6ee605c /README.md | |
| parent | bb9bbd24df2294f40f77d031fe2f5defeb103931 (diff) | |
| download | rust-mode-6dca073b6b59467e661095c5e27ce5827bc36cc7.tar.gz | |
readme: make other useful packages a list
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |
