SLIME: Load xref-browser, sprof, quicklisp extensions

master
Pierre Neidhardt 2019-01-11 10:59:44 +01:00
parent d8afcb4e6a
commit 0efe0abca2
1 changed files with 8 additions and 1 deletions

View File

@ -105,7 +105,14 @@
(setq inferior-lisp-program (or (executable-find "ccl")
"sbcl --noinform"))
(with-eval-after-load 'slime
(let ((slime-extra '(slime-fancy slime-asdf slime-indentation)))
(let ((slime-extra '(slime-fancy
;; slime-banner
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.
(when (require 'slime-repl-ansi-color nil t)