Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/PuercoPop/sly-repl-ansi-color

ansi-color support for the sly-mrepl
https://github.com/PuercoPop/sly-repl-ansi-color

ansi-color emacs-lisp sly

Last synced: 3 months ago
JSON representation

ansi-color support for the sly-mrepl

Lists

README

        

SLY-REPL-ANSI-COLOR
==============

Add ANSI colors support to the sly mrepl. It is a port from the slime version of Max Mikhanosha.

Installation
------------

Place **sly-repl-ansi-color.el** in your emacs-path and enable to contrib by default by writing the following in your **init.el**

```elisp
(push 'sly-repl-ansi-color sly-contribs)
```

License
-------

The code is licensed under the GPL. See [LICENSE][LICENSE] for details.