This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-25
Channels
- # babashka (31)
- # beginners (38)
- # biff (1)
- # calva (10)
- # clj-kondo (10)
- # clj-otel (9)
- # clojure (9)
- # clojure-europe (4)
- # clojure-norway (4)
- # clojurescript (25)
- # cursive (1)
- # datahike (3)
- # datomic (4)
- # emacs (6)
- # inf-clojure (2)
- # missionary (11)
- # nbb (3)
- # off-topic (9)
- # portal (17)
- # re-frame (16)
- # reagent (1)
- # releases (3)
- # shadow-cljs (5)
- # tools-build (17)
- # tools-deps (2)
- # xtdb (6)
Anyone know if it’s possible to disable the clojure-mode
feature that indents comments with a single leading ;
to a specific column?
⬆️ 2
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
(https://github.com/clojure-emacs/clojure-mode/issues/516 for some context