abo-abo / lispy

Short and sweet LISP editing
http://oremacs.com/lispy/
1.2k stars 132 forks source link

Fix edebug-eval-expression when using lispy in minibuffer #533

Closed noctuid closed 4 years ago

noctuid commented 4 years ago

Currently, with (add-hook 'eval-expression-minibuffer-setup-hook #'lispy-mode), if you eval something while using edebug, pressing e again will call edebug-eval-expression again instead of self inserting.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.01%) to 63.649% when pulling a4f94bf958d9beeae78a518945139564162be92a on noctuid:edebug-in-minibuffer-fix into 1abfd85f959a2a3cd5c2806b2837990ec671fe7c on abo-abo:master.

abo-abo commented 4 years ago

Thanks.