File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ And put this in your config to load rust-mode automatically:
36
36
37
37
` (require 'rust-mode) `
38
38
39
- # Manual Installation
39
+ # Manual Installation
40
40
41
41
Add this to your init.el:
42
42
@@ -58,7 +58,7 @@ recommendation add this to your init.el:
58
58
# rustfmt
59
59
60
60
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,
62
62
this is bound to ` C-c C-f ` .
63
63
64
64
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.
73
73
74
74
# Other useful packages
75
75
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
You can’t perform that action at this time.
0 commit comments