This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-01
Channels
- # adventofcode (77)
- # announcements (1)
- # architecture (6)
- # babashka (16)
- # beginners (28)
- # calva (2)
- # cider (5)
- # clj-kondo (28)
- # clojure (63)
- # clojure-europe (39)
- # clojure-nl (1)
- # clojure-norway (10)
- # clojure-uk (3)
- # clojurebridge (2)
- # clojurescript (23)
- # cursive (1)
- # datalevin (1)
- # dev-tooling (2)
- # emacs (16)
- # events (3)
- # fulcro (8)
- # guix (3)
- # honeysql (16)
- # introduce-yourself (1)
- # jobs (1)
- # joyride (91)
- # lambdaisland (1)
- # lsp (18)
- # membrane (1)
- # nbb (1)
- # off-topic (62)
- # pathom (4)
- # portal (11)
- # rdf (4)
- # re-frame (4)
- # releases (3)
- # shadow-cljs (55)
- # tools-deps (10)
- # xtdb (3)
- # yada (5)
My REPL suddenly replaced the binding of the return key to paredit-return
(used to be cider-repl-return
).
Looking at the https://github.com/clojure-emacs/cider/blob/5064287ba71c4c8ede169b0f561d707f4a365c55/cider-repl.el#L1697, this shouldn't be happening. Any ideas where I should look?
I can use C-RET
(or force the binding in my init.el), so it's not a huge issue but for a moment I thought it broke completely 🙂
It’s related to a change in paredit. See https://clojurians.slack.com/archives/C0617A8PQ/p1669499882069549
Thanks! (Damn, the person above me had the exact same problem, should have read the channel before I asked the question 😞)
There are dozens of us... Dozens!