doomemacs/modules/tools/eval/autoload
Henrik Lissner c9eb00a217 Fix incorrect newline placement on send-to-REPL
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.
2021-04-13 18:54:48 -04:00
..
eval.el tools/eval: always eval elisp in current session 2021-02-24 18:06:30 -05:00
evil.el Bytecompiler bytecompiler, won't you shut up 2019-11-23 01:21:25 -05:00
repl.el Fix incorrect newline placement on send-to-REPL 2021-04-13 18:54:48 -04:00
settings.el tools/eval: make set-eval-handler! accept a list of modes 2019-12-20 02:34:29 -05:00