fosskers / sly-overlay

Overlay Common Lisp evaluation results.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sly-overlay

This library is an extension for Sly that enables the overlay of Common Lisp evaluation results directly into the buffer in the spirit of CIDER (Clojure) and Eros (Emacs Lisp).

The primary function to call is sly-overlay-eval-defun, which can be bound to whatever is usually bound to sly-eval-defun.

There is otherwise no other special setup necessary for using the library.

Installation

sly-overlay is available on MELPA.

Doom Emacs

(package! sly-overlay
  :recipe (:host sourcehut :repo "fosskers/sly-overlay"))

About

Overlay Common Lisp evaluation results.

License:GNU Lesser General Public License v3.0


Languages

Language:Emacs Lisp 100.0%