mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-06-15 23:35:19 +02:00
add snow-chibi default configuration file instructions
This commit is contained in:
parent
af1bc5806d
commit
23e77eedc8
1 changed files with 20 additions and 0 deletions
|
@ -1444,6 +1444,26 @@ loading (since it loads many libraries) - if you have any difficulties
|
||||||
with image files on your platform you can run
|
with image files on your platform you can run
|
||||||
\command{snow-chibi --noimage} to disable this feature.
|
\command{snow-chibi --noimage} to disable this feature.
|
||||||
|
|
||||||
|
\subsection{Snow Configuration}
|
||||||
|
|
||||||
|
Snow is configured in the file $HOME/.snow/config.scm, requiring at the
|
||||||
|
bare minimum an empty alist:
|
||||||
|
\schemeblock{
|
||||||
|
()
|
||||||
|
;; (()) would also work
|
||||||
|
}
|
||||||
|
|
||||||
|
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{
|
||||||
|
((authors "Alysssa P. Hacker <aphacker@mit.edu>")
|
||||||
|
(maintainers "Alyssa P. Hacker <aphacker@mit.edu>, Eva Luator <eluator@mit.edu")
|
||||||
|
(license agpl)) ;; or gpl mit bsd etc.
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
\subsubsection{Querying Packages and Status}
|
\subsubsection{Querying Packages and Status}
|
||||||
|
|
||||||
By default \scheme{snow-chibi} looks for packages in the public
|
By default \scheme{snow-chibi} looks for packages in the public
|
||||||
|
|
Loading…
Add table
Reference in a new issue