lpy
lpy copied to clipboard
Hotkeys default to self-insert-command
I love lispy and use it every day, and would love to try lpy. But I have encountered a problem that I don't know quite how to debug myself. None of the hotkeys (like 'e') work when called without a region. Evaluation with region works fine. Lispy works well, and I have tried lpy with both lispy-mode on and off.
I would love to provide more information regarding this problem, but I am not sure how to even start. Any ideas?
EDIT: I am on native emacs 28.5, and it seems loading LPY with emacs -q does not solve the issue. C-1 and C-2 work correctly.
EDIT 2: It seems pressing 'e' on the first character of the line (instead of before the first paren) evaluates it, which contradicts the documentation (in lpy.el). Is this expected behavior?