This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-12-11
Channels
- # adventofcode (31)
- # announcements (6)
- # babashka (5)
- # beginners (93)
- # calva (15)
- # cider (20)
- # cljs-dev (16)
- # clojure (159)
- # clojure-berlin (1)
- # clojure-dev (5)
- # clojure-europe (9)
- # clojure-italy (9)
- # clojure-losangeles (2)
- # clojure-nl (26)
- # clojure-spec (7)
- # clojure-uk (33)
- # clojurescript (54)
- # clojutre (5)
- # cursive (20)
- # datomic (23)
- # emacs (19)
- # events (1)
- # expound (1)
- # figwheel-main (1)
- # fulcro (104)
- # hyperfiddle (1)
- # jobs (1)
- # luminus (10)
- # malli (59)
- # nrepl (1)
- # off-topic (11)
- # pathom (5)
- # planck (15)
- # reagent (13)
- # reitit (8)
- # rewrite-clj (10)
- # ring-swagger (3)
- # shadow-cljs (129)
- # tools-deps (46)
- # xtdb (14)
- # yada (1)
@lilactown This works only when CIDER is running, clojure-mode
itself doesn’t understand metadata.
Is CLJ-refactor compatible with the newest Cider version?
Does anyone else have the problem that there seems to be some auto-formatting going on now in clojure-mode buffers? As in, when I make a newline, it will almost immediately get deleted again, spaces I make get auto-deleted, etc...
maybe it's clojure-align-forms-automatically
, also check your post-command-hook for anything suspicious
clojure-align-forms-automatically
is set to nil. Hm, that's so weird... The only automatic thing running in the background is that magit auto-revert thing, but that only gets triggered on manual save
Turn debug on entry on in cider-format-buffer
, run-with-idle-timer
and maybe run-with-timer
, then trigger the behaviour. See if any ping.
There has never been auto-formatting in CIDER. It must be some hook in your local setup, as suggested above.
cider-format-buffer
didn't get triggered when I turned on debug-on-entry
, but run-with-idle-timer
did, but that one only calls eldoc
any of you folks use this version of parinfer-rust: https://github.com/justinbarclay/parinfer-rust-mode It seems to be a fork of https://github.com/eraserhd/parinfer-rust which I love for vim because it "just works" in smart mode. I've never cared for the non "smart" mode versions of parinfer that I've tried before but hoping this works. But I can't get it to work...