summaryrefslogtreecommitdiff
path: root/editors/sly-quicklisp/pkg-message
blob: 1913bf82d4ee3e39b3d5af1e1ff043b5bcf3df2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[
{ type: install
  message: <<EOM
To use the sly-quicklisp contrib, you must:
1. Register sly-quicklisp into SLY. You just have to add this line to some init
   file:
(require 'sly-quicklisp)
   Doing this is not strictly necessary if you want to automatically activate
   this contrib using `sly-contribs' (see below), but it never hurts.
   This contrib's automatic activation at load was disabled, contrary to what
   upstream does. Upstream's autoloads file is consequently not necessary, and
   not included in this package.
2. Ensure that Quicklisp is loaded by your Common Lisp implementation. If this
   is not the case, an error will be signaled at contrib activation, from which
   you can recover by using SLY's CONTINUE restart (will disable the contrib).

If you want sly-quicklisp to be automatically activated on each new SLY
session, put it in the `sly-contribs' list. E.g., you can add something like
this in some Emacs' init file:
(setq sly-contribs '(sly-fancy sly-quicklisp))
or customize the variable.

To enable it on demand in already running SLY sessions instead, just use the
`sly-enable-contrib' command, or modify `sly-contribs' and run `sly-setup'.
EOM
}
]