-
Notifications
You must be signed in to change notification settings - Fork 17
Helper library for easy Quicklisp SLIME setup
License
quicklisp/quicklisp-slime-helper
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
About
Helper library for easy Quicklisp SLIME setup
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published