From a416f01d7333e00cf0a38a7b621000073882b554 Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Thu, 11 Jan 2024 13:34:22 +0900 Subject: [PATCH] emacs-ide: reformat Sly's contrib information --- emacs-ide.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/emacs-ide.md b/emacs-ide.md index b44ba35..155ad12 100644 --- a/emacs-ide.md +++ b/emacs-ide.md @@ -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