From 04420adfbae0e37207700ebe0aca01f92012adcf Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Fri, 3 Sep 2010 22:32:10 +0200 Subject: Docs on scheme initialisation variables --- doc/repl.texi | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/repl.texi') 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 -- cgit v1.2.3