Skip to content

fosskers/sly-overlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published