3 ==> Put this in your $HOME/.emacs file to enable autoloading of geiser:
5 (require 'geiser-install)
7 ==> To start a REPL listener from within Emacs:
11 ==> ... or connect to a running listener:
15 ==> Note that geiser's keybindings may conflict with `Quack'
17 ==> Note that geiser currently only supports Guile 2.0 or better and
18 ==> Racket 5.0.1 or better.