Skip to content

Commit 7f7b2ac

Browse files
authored
mention keybinding for rustfmt
1 parent c2a0c13 commit 7f7b2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ you set the environment variable EMACS to a program that runs emacs.
7171
### Formatting with [rustfmt][rfmt]
7272

7373
The `rust-format-buffer` function will format your code with
74-
[rustfmt][rfmt] if installed.
74+
[rustfmt][rfmt] if installed. By default, this is bound to `C-c C-f`.
7575

7676
Placing `(setq rust-format-on-save t)` in your `~/.emacs` will enable automatic
7777
running of `rust-format-buffer` when you save a buffer.

0 commit comments

Comments
 (0)