cider-nrepl icon indicating copy to clipboard operation
cider-nrepl copied to clipboard

Rebind `*print-namespace-maps*`

Open vemv opened this issue 11 months ago • 3 comments

IME, many people dislike the *print-namespace-maps* default behavior, i.e. print namespaced maps at the repl.

It seems to me that cider-nrepl could change this default?

Right now, we observe options such as:

  nrepl.middleware.print/options     (dict
                                       right-margin 70)

If we change the default, these options look like a nice place to let users opt out.

vemv avatar Aug 26 '23 07:08 vemv