https://github.com/fosskers/sly-overlay
Overlay Common Lisp evaluation results.
https://github.com/fosskers/sly-overlay
common-lisp emacs
Last synced: 8 months ago
JSON representation
Overlay Common Lisp evaluation results.
- Host: GitHub
- URL: https://github.com/fosskers/sly-overlay
- Owner: fosskers
- License: lgpl-3.0
- Created: 2024-02-06T06:40:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T09:11:16.000Z (over 1 year ago)
- Last Synced: 2025-04-17T18:23:27.591Z (8 months ago)
- Topics: common-lisp, emacs
- Language: Emacs Lisp
- Homepage:
- Size: 13.7 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
#+title: sly-overlay
This library is an extension for [[https://github.com/joaotavora/sly][Sly]] that enables the overlay of Common Lisp
evaluation results directly into the buffer in the spirit of [[https://github.com/clojure-emacs/cider][CIDER]] (Clojure) and
[[https://github.com/xiongtx/eros][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
#+begin_src emacs-lisp
(package! sly-overlay
:recipe (:host sourcehut :repo "fosskers/sly-overlay"))
#+end_src