abo-abo / lispy

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

Annoying bug: random binding of all keys to `special-lispy-eval` #620

Open licht1stein opened 2 years ago

licht1stein commented 2 years ago

When I'm coding in Clojure with Lispy, sometimes all of a sudden all letter keys get bound to special-lispy-eval that calls the Lisp expression: minibuffer, and makes Emacs totally unusable. The only way to keep working is to restart Emacs completely.

image

Please help. Apart from this bug I enjoy using Lispy a lot.