doomemacs/modules/tools/eval/packages.el
Henrik Lissner 84a063ca78
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).
2019-10-26 02:12:58 -04:00

6 lines
125 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; tools/eval/packages.el
(package! quickrun)
(when (featurep! +overlay)
(package! eros))