Revert "Tweak for quicklisp installed in ~/.quicklisp"

This reverts commit 7eb71396c6efe7cd251f96d797434c002d3be9e9.
This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:31 +00:00
parent c5aa3d894b
commit 610997b29c

View File

@ -273,7 +273,7 @@ needs to be set up to install them if they aren't already.
(use-package slime) (use-package slime)
(setq inferior-lisp-program "sbcl") (setq inferior-lisp-program "sbcl")
(global-set-key (kbd "C-c s") 'slime-selector) (global-set-key (kbd "C-c s") 'slime-selector)
(load (expand-file-name "~/.quicklisp/slime-helper.el")) (load (expand-file-name "~/quicklisp/slime-helper.el"))
#+end_src #+end_src
And we also want to enable execution of CL source blocks in Org And we also want to enable execution of CL source blocks in Org