summaryrefslogtreecommitdiff
path: root/doc/repl.texi
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-09-03 22:32:10 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-09-03 22:32:10 +0200
commit8efeb0b047131e54550c919493b6f8b2680df29e (patch)
treea571ecdfc0f28b284f92f43af7a368dbe4d3d18f /doc/repl.texi
parent73c8e10e31336b2d1232d833a96b45d1e21c2324 (diff)
downloadgeiser-chez-8efeb0b047131e54550c919493b6f8b2680df29e.tar.gz
geiser-chez-8efeb0b047131e54550c919493b6f8b2680df29e.tar.bz2
Docs on scheme initialisation variables
Diffstat (limited to 'doc/repl.texi')
-rw-r--r--doc/repl.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/repl.texi b/doc/repl.texi
index cfb76ea..d8583df 100644
--- a/doc/repl.texi
+++ b/doc/repl.texi
@@ -225,6 +225,15 @@ not the case, the variables to tweak are @code{geiser-guile-binary} and
@code{geiser-racket-binary}, which should be set to a string with the
full path to the requisite binary.
+@cindex scheme load path
+@cindex scheme init file
+You can also specify a couple more initialisation parameters. For Guile,
+@code{geiser-guile-load-path} is a list of paths to add to its load path
+when it's started, while @code{geiser-guile-init-file} is the path to an
+initialisation file to be loaded on startup. The equivalent variables
+for Racket are @code{geiser-racket-collects} and
+@code{geiser-racket-init-file}.
+
@subsubheading History
By default, Geiser won't record duplicates in your input history. If you