doomemacs/modules/tools/eval/autoload
Henrik Lissner 790c2a6d84
fix(eval): eros overlay going off-screen
Evaluating code (and :tools (eval +overlay) enabled) will do one of two
things with the return value:

If long, it will be displayed in a popup window on the bottom of the
frame. If short (<3-4 lines), it will be displayed in an overlay at the
end of the line.

If you happened to have scrolled horizontally (such that the BOL isn't
visible), the overlay would be displayed offscreen and unreadable. Any
attempt to scroll it into view will cause it to disappear (as per its
transient nature). This fix pads each newline in said overlay such that
the overlay is pushed into view.
2022-08-07 19:43:27 +02:00
..
eval.el fix(eval): eros overlay going off-screen 2022-08-07 19:43:27 +02: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 refactor: replace doom-enlist with ensure-list 2022-08-07 19:43:13 +02:00