all repos — nixfiles @ 688f26cd969fbad37721b2522bea2fb8c702c62b

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

Emacs: Setup slime-asdf plugin

Alan Pearce
commit

688f26cd969fbad37721b2522bea2fb8c702c62b

parent

5e7a227e8090b32949e0e8468f5401475f7fabd1

1 file changed, 1 insertion(+), 1 deletion(-)

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