项目作者: xiongtx

项目描述 :
Evaluation Result OverlayS for Emacs Lisp.
高级语言: Emacs Lisp
项目地址: git://github.com/xiongtx/eros.git
创建时间: 2016-11-30T08:34:38Z
项目社区:https://github.com/xiongtx/eros

开源协议:

下载


MELPA
License GPL 3

Eros

Evaluation Result OverlayS for Emacs Lisp.

Overlay

Installation

Install via MELPA.

For general information on installing Emacs packages, see the Emacs Wiki.

Setup

In your init file, add the following to activate eros-mode and see Emacs Lisp evaluation results as inline overlays.

  1. (eros-mode 1)

Use M-x eros-mode to turn the minor mode off, or call

  1. (eros-mode -1)

Credits

The code is mostly taken from CIDER, and the idea came from Artur Malabarba’s blog.