doomemacs/modules/tools
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
..
ansible revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
biblio refactor: replace doom-enlist with ensure-list 2022-08-07 19:43:13 +02:00
debugger refactor: replace doom-enlist with ensure-list 2022-08-07 19:43:13 +02:00
direnv revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
docker revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
editorconfig revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
ein revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
eval fix(eval): eros overlay going off-screen 2022-08-07 19:43:27 +02:00
gist revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
lookup refactor: replace doom-enlist with ensure-list 2022-08-07 19:43:13 +02:00
lsp revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
magit revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
make revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
pass refactor: replace doom-enlist with ensure-list 2022-08-07 19:43:13 +02:00
pdf revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
prodigy revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
rgb revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
taskrunner revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
terraform revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
tmux revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
tree-sitter revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
upload revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
README.org revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00

:tools

Description

Modules that integrate external tools into Emacs.

Frequently asked questions

This category has no FAQs yet. Ask one?