Skip to content
Helper library for easy Quicklisp SLIME setup
Common Lisp Emacs Lisp
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
LICENSE.txt Add LICENSE.txt, rename README to README.txt. Sep 15, 2010
README.txt
quicklisp-slime-helper.asd
slime-helper-template.el Allow callers to set quicklisp-slime-helper-dist Jun 19, 2015
slime-helper.lisp Add info about setting inferior-lisp-program. Apr 9, 2011

README.txt

quicklisp-slime-helper makes it easy to use SLIME from Quicklisp.

To use it, load quicklisp in your Common Lisp implementation, then
evaluate:

  (ql:quickload "quicklisp-slime-helper")

That command will create a file in the Quicklisp base directory called
"slime-helper.el". Loading that file will add the Quicklisp slime path
to your Emacs load-path.

In your ~/.emacs, you could have something like this:

  (load (expand-file-name "~/quicklisp/slime-helper.el"))
  (setq inferior-lisp-program "sbcl")

quicklisp-slime-helper is available under the MIT license; see
LICENSE.txt for details.
You can’t perform that action at this time.