7f68336ed1
Differential Revision: https://reviews.freebsd.org/D48089 Sponsored by: The FreeBSD Foundation
20 lines
470 B
Plaintext
20 lines
470 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
To work with Common Lisp ports, create ~/.clisprc with this line:
|
|
(load "%%PREFIX%%/etc/cl-freebsd-asdf-init.lisp")
|
|
|
|
Emacs and Vim editing facilities for CLISP were installed into:
|
|
%%DATADIR%%
|
|
|
|
And you will have to symlink/copy the files to the corresponding directories.
|
|
For global installation:
|
|
|
|
Emacs: %%PREFIX%%/share/emacs/site-lisp
|
|
Vim: $VIMRUNTIME/vimfiles/after/syntax
|
|
|
|
Alternatively you may do per-user installations.
|
|
EOM
|
|
}
|
|
]
|