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