Evaluation Result OverlayS for Emacs Lisp.
Evaluation Result OverlayS for Emacs Lisp.
Install via MELPA.
For general information on installing Emacs packages, see the Emacs Wiki.
In your init file, add the following to activate eros-mode
and see Emacs Lisp evaluation results as inline overlays.
(eros-mode 1)
Use M-x eros-mode
to turn the minor mode off, or call
(eros-mode -1)
The code is mostly taken from CIDER, and the idea came from Artur Malabarba’s blog.