You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function find the sexp to evaluate with `clojure-backward-logical-sexp`,
but replaces it with `backward-kill-sexp`. This leads to incorrect results, e.g.
when eval+replacing `#inst "2020"`, you get `#inst #inst "2020"`.
0 commit comments