This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-08-08
Channels
- # announcements (2)
- # beginners (75)
- # cider (2)
- # clj-kondo (8)
- # cljs-dev (4)
- # clojure (69)
- # clojure-europe (4)
- # clojure-nl (6)
- # clojure-uk (1)
- # clojurescript (17)
- # clojureverse-ops (1)
- # cursive (7)
- # lsp (7)
- # malli (10)
- # missionary (2)
- # off-topic (16)
- # pathom (4)
- # polylith (5)
- # portkey (1)
- # reitit (4)
- # rewrite-clj (1)
- # shadow-cljs (5)
- # spacemacs (3)
- # specter (3)
- # xtdb (14)
when you enter cider debug mode, the inspect/P key is bound to something else, possible indent. Whats a good way to resolve this so that cider debug mode has priority?
There is code already in the Clojure layer to manage this, although it doesn't seem to work for some characters.
One approach is to use C-z
to toggle into Emacs mode and back to Evil mode when you have finished.
👍 10
I'll do that for now :)