This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-21
Channels
- # announcements (1)
- # beginners (20)
- # biff (5)
- # calva (43)
- # cider (5)
- # clj-commons (7)
- # clj-kondo (11)
- # clojure (58)
- # clojure-brasil (1)
- # clojure-denmark (1)
- # clojure-europe (27)
- # clojure-nl (1)
- # clojure-norway (13)
- # clojure-uk (2)
- # clojurescript (71)
- # data-science (32)
- # datalevin (6)
- # datomic (19)
- # emacs (1)
- # gratitude (3)
- # honeysql (8)
- # hoplon (15)
- # hyperfiddle (3)
- # introduce-yourself (1)
- # lsp (19)
- # malli (4)
- # nbb (7)
- # other-lisps (5)
- # practicalli (1)
- # re-frame (14)
- # releases (1)
- # ring-swagger (1)
- # squint (118)
- # xtdb (9)
- # yada (2)
Can I configure cider to always turn off print-namespace-maps in repls it runs?
There seem to be various per-project solutions, but I'm ideally looking for something to put in my emacs config, to say that repls should always run (set! *print-namespace-maps* false)
before anything else (or defmethod to redefine print-method
, but that feels hacky)
We have https://github.com/clojure-emacs/cider-nrepl/issues/807 Sounds like an easy PR against nREPL if you wish to attack it :)
Thank you! Debugging & fixing it is beyond my capabilities at the moment, but genuinely thanks for the suggestion, I'd love to contribute when I have more time
Brilliant 🙂