mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-25 11:21:06 -08:00
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))
|