Lisp/SLIME: Add slime-repl-ansi-color

master
Pierre Neidhardt 2018-10-22 18:01:53 +02:00
parent 93baaa97c3
commit a31d5fee1e
1 changed files with 3 additions and 0 deletions

View File

@ -105,6 +105,9 @@
(let ((slime-extra '(slime-fancy slime-asdf slime-indentation)))
;; slime-company should not be required, see
;; https://github.com/anwyn/slime-company/issues/11.
(when (require 'slime-repl-ansi-color nil t)
(add-to-list 'slime-extra 'slime-repl-ansi-color)
(setq slime-repl-ansi-color t))
(when (ignore-errors (find-library-name "slime-company"))
(add-to-list 'slime-extra 'slime-company))
(slime-setup slime-extra)))