Skip to content

Commit

Permalink
[Docs] Add a note about comment semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Mar 22, 2021
1 parent 5cdf7af commit a14671e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ You can change this behaviour like this:
You might also want to change `comment-add` to 0 in that way, so that Emacs comment
functions (e.g. `comment-region`) would use `;` by default instead of `;;`.

**Note:** Check out [this section](https://guide.clojure.style/#comments) of the Clojure style guide to understand better the semantics of the different comment levels and why `clojure-mode` treats them differently by default.

### Vertical alignment

You can vertically align sexps with `C-c SPC`. For instance, typing
Expand Down

0 comments on commit a14671e

Please sign in to comment.