freebsd-ports/editors/sly-asdf/pkg-message
Li-Wen Hsu c7ae819803 Add editors/sly-asdf: SLY support for ASDF
PR:		254016
Submitted by:	Olivier Certner <olivier.freebsd@free.fr>
2021-03-16 10:39:33 +00:00

27 lines
1,023 B
Text

[
{ type: install
message: <<EOM
To use the sly-asdf contrib, you must:
1. Register sly-asdf into SLY. You just have to add this line to some init
file:
(require 'sly-asdf)
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.
2. Ensure that ASDF is loaded by your Common Lisp implementation.
If you want sly-asdf 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-asdf))
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'.
NOTE: The experimental Flymake code has been elided from this port (it requires
dependencies that are not in ports currently).
EOM
}
]