Skip to content

Commit

Permalink
[ci skip] README
Browse files Browse the repository at this point in the history
  • Loading branch information
guicho271828 committed Dec 14, 2019
1 parent 94ab235 commit f4347d5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,13 @@ colors.
SLIME REPL does not display these colors by default (2019.12.13).
To make it understand the ANSI escape sequence,
install `slime-repl-ansi-color` package available from [MELPA](https://melpa.org/)
using `package-install` and insert `(require 'slime-repl-ansi-color)` in `.emacs`.
using `package-install` and add the following in `.emacs`:

``` lisp
(with-eval-after-load 'slime-repl
(require 'slime-repl-ansi-color))
(add-hook 'slime-repl-mode-hook 'slime-repl-ansi-color-mode)
```

You can view the list of lisp implementation this library is tested
on [Travis-CI](https://travis-ci.org/pnathan/cl-ansi-text).
Expand Down

0 comments on commit f4347d5

Please sign in to comment.