diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2017-02-01 23:55:35 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2017-02-01 23:55:35 +0100 |
commit | ead363aecdcf7cf9ac1fe2ce5eef19d74f2393c5 (patch) | |
tree | 26314162c7b87c42b4ea4c306136d01d21038c2b /doc | |
parent | 7be1dd2a46d2d025d779a156236240d3b737862f (diff) | |
download | geiser-ead363aecdcf7cf9ac1fe2ce5eef19d74f2393c5.tar.gz geiser-ead363aecdcf7cf9ac1fe2ce5eef19d74f2393c5.tar.bz2 |
A note on dir-locals and load-path variables
With that in the documentation, i'd taken less time to remember the
very existence of geiser-guile-load-path, and the fact that paths are
added also to the compiled load path... but then i guess it's nice to
re-read my code once in a while.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/repl.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/repl.texi b/doc/repl.texi index 6a785dd..aad9e51 100644 --- a/doc/repl.texi +++ b/doc/repl.texi @@ -395,6 +395,11 @@ loads a file specified via the @code{-l} flag. If what you want is just loading @file{~/.guile}, leave @code{geiser-guile-init-file} alone and set @code{geiser-guile-load-init-file-p} to @code{t} instead. +These variables controlling your scheme's initialisation process are +good candidates for an entry in a project's @file{.dir-locals.el} file, +so that they are automatically set to a sensible value whenever you +start a REPL in the project's directory. + @subsubheading Racket startup time @cindex startup timeout |