summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2017-04-23 21:31:23 +0200
committerAlan Pearce2017-04-23 21:31:23 +0200
commit688f26cd969fbad37721b2522bea2fb8c702c62b (patch)
tree937d11c57a968141f12fd99a33c1a3f3b3854db9
parent5e7a227e8090b32949e0e8468f5401475f7fabd1 (diff)
downloaddotfiles-688f26cd969fbad37721b2522bea2fb8c702c62b.tar.lz
dotfiles-688f26cd969fbad37721b2522bea2fb8c702c62b.tar.zst
dotfiles-688f26cd969fbad37721b2522bea2fb8c702c62b.zip
Emacs: Setup slime-asdf plugin
-rw-r--r--emacs/.emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 6419d28..120b4a3 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -1938,7 +1938,7 @@ A REPL thing (and more) for Lisp.
             (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