Lisp: Add ECL to list of implementations.

master
Pierre Neidhardt 2019-08-24 16:07:26 +02:00
parent 3fc4d94a1d
commit c29e74d03a
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@
(with-eval-after-load 'slime
(setq slime-lisp-implementations
'((sbcl ("sbcl" "--noinform"))
(ccl ("ccl"))))
(ccl ("ccl"))
(ecl ("ecl"))))
(let ((slime-extra '(slime-fancy
;; slime-banner
slime-xref-browser