summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2009-02-11 12:45:22 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2009-02-11 12:45:22 +0100
commit1a9da365fc52aa15300e03bb14aa4af5b9f47c6a (patch)
tree02159eb6132ba25e6b202a4d1613cebacfba6cf5 /README
parente4c958fe1e5bad829e08dbce31f1a23e458ebd6b (diff)
downloadgeiser-chez-1a9da365fc52aa15300e03bb14aa4af5b9f47c6a.tar.gz
geiser-chez-1a9da365fc52aa15300e03bb14aa4af5b9f47c6a.tar.bz2
README stuff.
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index e69de29..c172901 100644
--- a/README
+++ b/README
@@ -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.