Fork me on GitHub
#cider
<
2023-01-11
>
lassemaatta09:01:29

is it possible to disable (or preferably limit the amount of) the printing of the last sexp evaluation when I eval a buffer with cider-eval-buffer?

lassemaatta09:01:08

I have a ns with some macros-within-macros-within-macros -type stuff which generate a lot of noise in the minibuffer when evaluating the ns. (and cider--display-interactive-eval-result eats my cpu while doing that)

lassemaatta09:01:18

I found some old https://github.com/clojure-emacs/cider/issues/1934#issuecomment-425243546 which may relate to this, but they seemed to be quite complex for my liking