all repos — nixfiles @ 7e21e4ccc85a2a119d4ad090031071caa08fa5bc

System and user configuration, managed by nix and home-manager

Emacs: Use ccl for a lisp, if available

Alan Pearce
commit

7e21e4ccc85a2a119d4ad090031071caa08fa5bc

parent

2d2bcaa101b46d8c139c1f679e4f679b6ab5af04

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -1920,7 +1920,8 @@ (let ((ql-slime-helper (expand-file-name "~/quicklisp/slime-helper.el")))
(if (file-exists-p ql-slime-helper) (load ql-slime-helper)) (slime-setup)) - (setq inferior-lisp-program (executable-find "sbcl")))) + (setq inferior-lisp-program (or (executable-find "sbcl") + (executable-find "ccl64"))))) #+END_SRC *** Clojure