lisp: Add sbcl and ccl to slime-lisp-implementations

master
Pierre Neidhardt 2019-03-05 11:54:54 +01:00
parent 85986755c5
commit 69a3afdbe8
1 changed files with 3 additions and 2 deletions

View File

@ -113,9 +113,10 @@
(helm-slime-mini)
(pop-to-buffer (slime-output-buffer))))))
(setq inferior-lisp-program (or (executable-find "ccl")
"sbcl --noinform"))
(with-eval-after-load 'slime
(setq slime-lisp-implementations
'((sbcl ("sbcl" "--noinform"))
(ccl ("ccl"))))
(let ((slime-extra '(slime-fancy
;; slime-banner
slime-xref-browser