1
0
Fork
You've already forked sly-overlay
0
Overlay Common Lisp evaluation results.
  • Emacs Lisp 100%
Find a file
2025年08月16日 23:35:51 +09:00
CHANGELOG.md fix: typo in a defcustom :group 2024年08月28日 18:04:11 +09:00
LICENSE legal: add license 2024年01月01日 13:07:42 +09:00
README.org docs: update installation instructions 2025年08月16日 23:35:51 +09:00
sly-overlay.el chore: update homepage URL 2024年08月28日 18:10:54 +09:00

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

sly-overlay is already incorporated into Doom and is the default binding for SPC m e d.

Straight

Consider also this recipe:

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