blob: c1729016f9133bbf7e6dff7f71ca1c166d40eee6 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
 | 
* Install
  - In your .emacs:
    (load-file "<path-to-geiser>/elisp/geiser.el")
    (geiser-setup)
  - Check the geiser customization group for some options. In
    particular, geiser-repl-guile-binary, which should point to a
    guile-vm executable.
 |