SLIME: Disable broken slime-repl-ansi-color.

master
Pierre Neidhardt 2019-06-24 21:40:52 +02:00
parent e3a2a35d2a
commit 7e879d9e0d
1 changed files with 4 additions and 3 deletions

View File

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