blob: 4adbcf02cc1d452f3e83074dd8f1342b2a8e8d34 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[
{ type: install
message: <<EOM
To activate SLIME, add these lines to your Emacs initialization.
(setq inferior-lisp-program "PATH_TO_YOUR_LISP_BINARY")
(add-to-list 'load-path
"%%SLIME_LISPDIR%%"
"%%SLIME_LISPDIR%%/contrib")
(require 'slime)
(slime-setup '(slime-repl))
EOM
}
]
|