Skip to content

Commit

Permalink
emacs-ide: reformat Sly's contrib information
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers authored and vindarel committed Jan 11, 2024
1 parent 206b89c commit a416f01
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions emacs-ide.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,18 @@ available for installation.
[SLY](https://github.com/joaotavora/sly) is a SLIME fork that contains
the following improvements:

* Completely redesigned REPL based on Emacs's own full-featured comint.el
* Live code annotations via a new [sly-stickers](https://joaotavora.github.io/sly/#Stickers) contrib
* Completely redesigned REPL based on Emacs's own full-featured comint.el.
* Live code annotations via the [Stickers](https://joaotavora.github.io/sly/#Stickers) feature.
* Consistent interactive button interface. Everything can be copied to the REPL.
* Multiple inspectors with independent history
* Regexp-capable M-x sly-apropos
* Contribs are first class SLY citizens, enabled by default, loaded with ASDF on demand.
* Support for [NAMED-READTABLES](https://github.com/joaotavora/sly-named-readtables), [macrostep.el](https://github.com/joaotavora/sly-macrostep) and [quicklisp](https://github.com/joaotavora/sly-quicklisp).
* Multiple REPLs.
* Multiple inspectors with independent history.
* Regexp-capable `M-x sly-apropos`.
* Contribs are first class SLY citizens, enabled by default, loaded with ASDF on demand:
- [NAMED-READTABLES](https://github.com/joaotavora/sly-named-readtables) support
- [macrostep.el](https://github.com/joaotavora/sly-macrostep)
- [Quicklisp](https://github.com/joaotavora/sly-quicklisp)
- [ASDF](https://github.com/mmgeorge/sly-asdf)
- [Evaluation Overlays](https://git.sr.ht/~fosskers/sly-overlay)

### Finding one's way into Emacs' built-in documentation

Expand Down

0 comments on commit a416f01

Please sign in to comment.