summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2020-07-20 04:59:21 +0100
committerjao <jao@gnu.org>2020-07-20 04:59:21 +0100
commit43d9ece15438fb35489761c03db427d9e3970150 (patch)
treead0006ca83bb85d99e63d0d5993438108eef9120 /readme.org
parent8532dc1639b02d9663d3e7874bae25d2bfd589b8 (diff)
downloadgeiser-guile-43d9ece15438fb35489761c03db427d9e3970150.tar.gz
geiser-guile-43d9ece15438fb35489761c03db427d9e3970150.tar.bz2
license and readme files
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/readme.org b/readme.org
new file mode 100644
index 0000000..9b2a08e
--- /dev/null
+++ b/readme.org
@@ -0,0 +1,10 @@
+* Guile and Geiser talk to each other
+
+This package provides support for using [[https://www.gnu.org/software/guile/][GNU Guile]] in Emacs with
+[[http://geiser.nongnu.org][Geiser]].
+
+Provided [[https://gitlab.com/emacs-geiser/core][geiser-core]] is installed in your system, if this package's
+directory is in your load path, just add ~(require 'geiser-guile)~ to
+your initialisation files and then ~M-x run-guile~ to start a REPL.
+Scheme files with a Guile module declaration should be automatically
+recognised as Guile-flavoured Geiser buffers.