Skip to content

Commit

Permalink
Add indent-region
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanCacqueray committed Oct 9, 2024
1 parent 6425d55 commit 0546071
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions content/emacs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -756,9 +756,10 @@ by enabling the `subword-mode`:

Here are some useful prog-mode commands:

| *Key* | *Command* | *Description* |
|-----------|--------------|------------------------------------|
| `C-x C-;` | comment-line | Comment or uncomment current line. |
| *Key* | *Command* | *Description* |
|-----------|---------------|------------------------------------|
| `C-x C-;` | comment-line | Comment or uncomment current line. |
| `C-M-\` | indent-region | Prettify the region. |


### Flymake
Expand Down

0 comments on commit 0546071

Please sign in to comment.