cider

Felix Dorner 2025-06-30T07:58:29.232779Z

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?

djm 2025-06-30T08:00:23.929459Z

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

Gent Krasniqi 2025-06-30T08:00:24.778649Z

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

Felix Dorner 2025-06-30T08:01:20.835959Z

Yes exactly, thank you!