diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-02-11 12:45:22 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-02-11 12:45:22 +0100 |
commit | 1a9da365fc52aa15300e03bb14aa4af5b9f47c6a (patch) | |
tree | 02159eb6132ba25e6b202a4d1613cebacfba6cf5 /README | |
parent | e4c958fe1e5bad829e08dbce31f1a23e458ebd6b (diff) | |
download | geiser-guile-1a9da365fc52aa15300e03bb14aa4af5b9f47c6a.tar.gz geiser-guile-1a9da365fc52aa15300e03bb14aa4af5b9f47c6a.tar.bz2 |
README stuff.
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,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. |