summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2015-03-03 23:46:46 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2015-03-03 23:46:46 +0100
commitf80f48ac7c00b4d0539c9a8f94e8f047482f930a (patch)
treef1da6aad5e91748b8f7516a263edc9bbbd508824 /README
parentf4a6025416ee5544d1c1ecc4389829d9f3ae8e40 (diff)
downloadgeiser-chez-f80f48ac7c00b4d0539c9a8f94e8f047482f930a.tar.gz
geiser-chez-f80f48ac7c00b4d0539c9a8f94e8f047482f930a.tar.bz2
Bogus mention to geiser-impl-installed-implementations removed
It should have been geiser-active-implementations since ages ago.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 0a577a7..4418790 100644
--- a/README
+++ b/README
@@ -57,10 +57,10 @@
The loading invocations above install all supported Scheme
implementations. You can list explicitly the ones that you want by
- setting the variable `geiser-impl-installed-implementations' *before*
+ setting the variable `geiser-active-implementations' *before*
loading geiser.el. For instance:
- (setq geiser-impl-installed-implementations '(racket guile))
+ (setq geiser-active-implementations '(chicken 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