From 15fd33fcc8b5d22d259351a7034e496a02f48814 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Wed, 11 Feb 2009 12:45:22 +0100 Subject: README stuff. --- .gitignore | 1 + README | 11 +++++++++++ elisp/geiser-compile.el | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 10458f9..c2b6b56 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /scheme/guile/geiser/emacs.go /scheme/guile/geiser/eval.go +/scheme/guile/geiser/introspection.go diff --git a/README b/README index e69de29..c172901 100644 --- a/README +++ b/README @@ -0,0 +1,11 @@ + +* Install + + - In your .emacs: + + (load-file "/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. diff --git a/elisp/geiser-compile.el b/elisp/geiser-compile.el index a7a7daf..5bac3c0 100644 --- a/elisp/geiser-compile.el +++ b/elisp/geiser-compile.el @@ -79,7 +79,7 @@ msg (geiser-eval--send/wait `(:gs ((:ge ,op) ,path)))))) -;;; User commands:: +;;; User commands: (defun geiser-compile-file (path) "Compile and load Scheme file." -- cgit v1.2.3