tools/eval: add +overlay feature
Now, inline evaluation will display results in an overlay next to the cursor, rather than in the minibuffer (unless it gets too big, in which case it'll use a popup buffer).
This commit is contained in:
parent
c2f6aa3e9d
commit
84a063ca78
7 changed files with 111 additions and 33 deletions
|
@ -2,4 +2,5 @@
|
|||
;;; tools/eval/packages.el
|
||||
|
||||
(package! quickrun)
|
||||
|
||||
(when (featurep! +overlay)
|
||||
(package! eros))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue