diff options
author | jao <jao@gnu.org> | 2021-03-28 06:25:56 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-03-28 06:25:56 +0100 |
commit | 5eff1e42d718c88fccd7ab0c5ec48a5cfbf05844 (patch) | |
tree | 16280668411750fced542edec1837290ae911645 /readme.org | |
parent | 583674931793540ca24dacd73d1b6b95977b16d2 (diff) | |
download | geiser-guile-5eff1e42d718c88fccd7ab0c5ec48a5cfbf05844.tar.gz geiser-guile-5eff1e42d718c88fccd7ab0c5ec48a5cfbf05844.tar.bz2 |
preparing MELPA submission
Diffstat (limited to 'readme.org')
-rw-r--r-- | readme.org | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,8 +3,10 @@ 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 +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. |