clojure-emacs / cider-eval-sexp-fu

eval-sexp-fu.el extensions for CIDER.
GNU General Public License v3.0
12 stars 7 forks source link

Generalize to all eval commands #8

Open yuhan0 opened 1 year ago

yuhan0 commented 1 year ago

This hooks the advice directly into the underlying cider-interactive-eval function and uses the actual bounds, instead of trying to reconstruct it per command. As a result all derived commands now flash upon eval.

Emacs-25 required for advice-add.