summaryrefslogtreecommitdiff
path: root/readme.org
blob: 07e6980b60a006b3cc70402a1b52dea62bf18d96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
* 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/geiser][geiser]] 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.

The easiest way of installing this package is using MELPA.