cider 2025-06-30

Is there a trick to "eval top form" when I'm in a (comment ...) so that it evals not the comment but the one I mean?

(setq clojure-toplevel-inside-comment-form t) ?

Yes, set clojure-toplevel-inside-comment-form to t.

Yes exactly, thank you!