mmontone / emacs-inspector

Inspection tool for Emacs Lisp objects.
GNU General Public License v3.0
107 stars 9 forks source link

Add command alternatives for C-x C-e and M-: #23

Closed yantar92 closed 1 year ago

yantar92 commented 1 year ago

(inspector-eval-expression): (inspector-eval-last-sexp): New command alternatives to eval-expression' andeval-last-sexp' that invoke inspector when called with prefix argument.

Fixes #22.

mmontone commented 1 year ago

Great. Thanks.