diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-06-19 23:35:21 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-06-19 23:35:21 +0200 |
commit | 7cfa18914d1ccb85aca33f659c931be0e8a8c894 (patch) | |
tree | e9ab2caaabb8a7f8074772e9f8991384dd56c342 /README | |
parent | 975831b323afa7ae11a7b960f337faf2a4fd5f10 (diff) | |
download | geiser-guile-7cfa18914d1ccb85aca33f659c931be0e8a8c894.tar.gz geiser-guile-7cfa18914d1ccb85aca33f659c931be0e8a8c894.tar.bz2 |
The humble beginnings of a user's manual.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ setting the variable `geiser-impl-installed-implementations' *before* loading geiser.el. For instance: - (setq geiser-impl-installed-implementations '(plt guile)) + (setq geiser-impl-installed-implementations '(racket guile)) On opening a scheme file, Geiser will try to guess its Scheme, defaulting to the first in the list. Use `C-c C-s' to select the |