lisp: Default to sbcl

master
Pierre Neidhardt 2018-05-10 11:38:20 +02:00
parent 9072b1f14c
commit 21b4a4c7ee
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
:strike-through t))
;;; Common LISP.
(setq inferior-lisp-program "clisp") ; TODO: Use sbcl instead?
(setq inferior-lisp-program "sbcl")
;;; Scheme.
(setq geiser-repl-skip-version-check-p t