mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-06-15 23:35:19 +02:00
rm possibly unsafe empty example config, link to snow-fort docs
This commit is contained in:
parent
23e77eedc8
commit
1103ae9650
1 changed files with 5 additions and 11 deletions
|
@ -1446,17 +1446,11 @@ with image files on your platform you can run
|
||||||
|
|
||||||
\subsection{Snow Configuration}
|
\subsection{Snow Configuration}
|
||||||
|
|
||||||
Snow is configured in the file $HOME/.snow/config.scm, requiring at the
|
Snow is configured in the file $HOME/.snow/config.scm. A common example,
|
||||||
bare minimum an empty alist:
|
for use with packaging your own code, may look like the one below:
|
||||||
\schemeblock{
|
(Note that the empty list is \emph{not} quoted! This file is not evaluated,
|
||||||
()
|
but is simply read as an alist of configurations. See
|
||||||
;; (()) would also work
|
https://snow-fort.org/doc/author/ for more details.)
|
||||||
}
|
|
||||||
|
|
||||||
Note that the empty list is \emph{not} quoted! This file is not evaluated,
|
|
||||||
but is simply read as an alist of configurations. A more common example,
|
|
||||||
for use with packaging your own code, may look like this:
|
|
||||||
|
|
||||||
\schemeblock{
|
\schemeblock{
|
||||||
((authors "Alysssa P. Hacker <aphacker@mit.edu>")
|
((authors "Alysssa P. Hacker <aphacker@mit.edu>")
|
||||||
(maintainers "Alyssa P. Hacker <aphacker@mit.edu>, Eva Luator <eluator@mit.edu")
|
(maintainers "Alyssa P. Hacker <aphacker@mit.edu>, Eva Luator <eluator@mit.edu")
|
||||||
|
|
Loading…
Add table
Reference in a new issue