Closed seancorfield closed 3 years ago
I second this, I ended up doing something similar: https://github.com/arichiardi/emacs-live/commit/ff5df95c7deaf1bbbe77683299b178a9f79fe9af#diff-795bedfd9a82dc3ea70b926a6f6ccdb4L95
No action in over five years. Closing.
When you merged #240 (to remove the call to cider--region-for-defun-at-point), it also removed cider-eval-defun-at-point which broke these key bindings. CIDER code seems to have been update to use (cider-defun-at-point 'bounds) but since you already seem to have a function that gets the defun bounds, I used that instead: (live-bounds-of-defun)