diff options
author | Jelle Licht <jlicht@fsfe.org> | 2021-05-13 23:20:39 +0200 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2021-05-13 23:28:36 +0200 |
commit | bcdb8e9885fc0b7bc20697072bf6d2abaef5e140 (patch) | |
tree | ef00495b89bed138deed54de8813705fc8896b9e /doc/contributing.texi | |
parent | 71127538acf4915617a7e5fb91703287248b10f5 (diff) | |
download | guix-bcdb8e9885fc0b7bc20697072bf6d2abaef5e140.tar.gz |
doc: Show how to enable Guile support for Geiser.
* doc/contributing.texi (The Perfect Setup): Adjust "guix package -i" command line.
Diffstat (limited to 'doc/contributing.texi')
-rw-r--r-- | doc/contributing.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index ffa57e7cdf..f3e2aed55e 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -242,7 +242,7 @@ Manual}). First, you need more than an editor, you need wonderful @url{https://nongnu.org/geiser/, Geiser}. To set that up, run: @example -guix package -i emacs guile emacs-geiser +guix package -i emacs guile emacs-geiser emacs-geiser-guile @end example Geiser allows for interactive and incremental development from within |