Fork me on GitHub
#inf-clojure
<
2021-09-01
>
jjttjj13:09:43

Is there a way to get "Eval Last Defun" to ignore a top level comment block (ie rich comment)?

dpsutton13:09:59

why there sure is 🙂

dpsutton13:09:22

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

jjttjj14:09:19

Woah! that's awesome, i figured it was a huge longshot in asking but was curious if there might be some elisp out there in the wild that would do it. Thanks!