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).
6 lines
125 B
EmacsLisp
6 lines
125 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/eval/packages.el
|
|
|
|
(package! quickrun)
|
|
(when (featurep! +overlay)
|
|
(package! eros))
|