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
commit15fd33fcc8b5d22d259351a7034e496a02f48814 (patch)
tree3d6c4de264d89e822efb03eb41d93d7e26aa68be /README
parent6f70f872937cd0e9fc3009c9e1afe88efa1faea4 (diff)
downloadgeiser-15fd33fcc8b5d22d259351a7034e496a02f48814.tar.gz
geiser-15fd33fcc8b5d22d259351a7034e496a02f48814.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.