mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Sending this form to a REPL (like ielm): (defun test (n) ...) Will yield: (defun test (n ...)) Because our RET emulation doesn't take evil's off-by-one cursor placement into account.