Fork me on GitHub
#spacemacs
<
2016-06-14
>
csmith19:06:58

@meowy: Yes, this especially happens with aggressive-indent-mode or similar. If you want a comment on a line of its own you can use two semicolons. If you use one semicolon, it treats/interprets it as like an inline comment for the end of a line

csmith19:06:20

(this is originally a scheme (maybe common lisp?) convention as I understand it)

meowy19:06:04

Ah, neat. I'll use two semicolons from now on, then.

csmith19:06:43

I think Cursive doesn’t do this (at least by default) so it is a minor source of confusion on projects where folks use either

meowy19:06:12

bbatsov's Clojure style guideline recommends such, too.

csmith19:06:26

ah cool. good to know