lispy icon indicating copy to clipboard operation
lispy copied to clipboard

Small improvements to `lispy-eval`

Open lane-s opened this issue 1 year ago • 1 comments

First of all, thanks for the great package!

I've been using lispy for a long time, but when I recently switch over to doom emacs, I noticed lispy-eval wasn't working as I expected in the overlay mode. It was defaulting to using cider when it should've been using eros (for Common Lisp and emacs lisp). Also, the formatting included extra quotes. This PR fixes these issues.

I haven't checked the changes with clojure yet, but I suspect there's something broken there as well (cider is now insisting on a symbol argument for cider--display-interactive-eval-result).

lane-s avatar Jul 07 '24 09:07 lane-s

Ah, someone's already made a PR for the cider part. I expect it will conflict with mine, but I'm happy to resolve the conflicts if #672 gets merged first.

lane-s avatar Jul 07 '24 09:07 lane-s