SLIME: Use slime-mrepl.

master
Pierre Neidhardt 2019-10-13 12:54:26 +02:00
parent 75028442ea
commit 7e1e85bbff
1 changed files with 4 additions and 2 deletions

View File

@ -104,18 +104,20 @@
(ecl ("ecl"))))
(let ((slime-extra '(slime-fancy
;; slime-banner
slime-mrepl
slime-xref-browser
;; slime-highlight-edits ; A bit slow...
slime-sprof
slime-quicklisp
slime-asdf
slime-indentation)))
;; slime-company should not be required, see
;; https://github.com/anwyn/slime-company/issues/11.
;; TODO: Fix slime-repl-ansi-color.
;; (when (require 'slime-repl-ansi-color nil t)
;; (add-to-list 'slime-extra 'slime-repl-ansi-color)
;; (setq slime-repl-ansi-color t))
;; slime-company should not be `require'd, see
;; https://github.com/anwyn/slime-company/issues/11.
(when (ignore-errors (find-library-name "slime-company"))
(add-to-list 'slime-extra 'slime-company))
(slime-setup slime-extra)