From 1777cb80596de8957843764c2bd55df1829b9d39 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:30 +0000 Subject: [PATCH] Tweak for quicklisp installed in ~/.quicklisp --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 6a59003..a708a77 100644 --- a/config.org +++ b/config.org @@ -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