Fork me on GitHub
#emacs
<
2022-06-25
>
zane17:06:20

Anyone know if it’s possible to disable the clojure-mode feature that indents comments with a single leading ; to a specific column?

⬆️ 2
practicalli-johnny23:06:16

Yes, it is possible to switch off the single ; indenting. It's in my Spacemacs configuration, user-config I believe. It's a Cider variable. I'll dig it out when back at the computer tomorrow

yuhan07:06:07

`

(setq-local comment-column 0)

👍 1