Tweak for quicklisp installed in ~/.quicklisp

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:30 +00:00
parent 250572b463
commit 1777cb8059

View File

@ -331,7 +331,7 @@ needs to be set up to install them if they aren't already.
(use-package slime)
(setq inferior-lisp-program "sbcl")
(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
And we also want to enable execution of CL source blocks in Org