diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2015-03-03 23:46:46 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2015-03-03 23:46:46 +0100 |
commit | 42597ad59bf9f8867623a6e64985aaad73837d0c (patch) | |
tree | 85dd0cf0799c0016a1e2ab57986b450ab97d312b | |
parent | 338ad220a808846a46523d25f3830cec66d2ae85 (diff) | |
download | geiser-42597ad59bf9f8867623a6e64985aaad73837d0c.tar.gz geiser-42597ad59bf9f8867623a6e64985aaad73837d0c.tar.bz2 |
Bogus mention to geiser-impl-installed-implementations removed
It should have been geiser-active-implementations since ages ago.
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |