You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -258,6 +258,8 @@ You can change this behaviour like this:
258
258
You might also want to change `comment-add` to 0 in that way, so that Emacs comment
259
259
functions (e.g. `comment-region`) would use `;` by default instead of `;;`.
260
260
261
+
**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.
262
+
261
263
### Vertical alignment
262
264
263
265
You can vertically align sexps with `C-c SPC`. For instance, typing
0 commit comments