File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
- This project is for making it easy to use SLIME in Quicklisp.
1
+ quicklisp-slime-helper makes it easy to use SLIME from Quicklisp.
2
2
3
- To use it, do this:
3
+ To use it, load quicklisp in your Common Lisp implementation, then
4
+ evaluate:
4
5
5
6
(ql:quickload "quicklisp-slime-helper")
6
- (quicklisp-slime-helper:install)
7
7
8
- It will create a file in the Quicklisp base directory called
9
- "slime-helper.el". That file will search the quicklisp-slime-helper
10
- dist for an installed slime.el file, and add its directory to the
11
- Emacs load-path.
8
+ That command will create a file in the Quicklisp base directory called
9
+ "slime-helper.el". Loading that file will add the Quicklisp slime path
10
+ to your Emacs load-path.
12
11
13
12
In your ~/.emacs, you could have something like this:
14
13
@@ -17,3 +16,5 @@ In your ~/.emacs, you could have something like this:
17
16
(slime-setup '(slime-fancy))
18
17
(setq inferior-lisp-program "sbcl")
19
18
19
+ quicklisp-slime-helper is available under the MIT license; see
20
+ LICENSE.txt for details.
You can’t perform that action at this time.
0 commit comments