diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-02-03 18:35:51 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-02-04 00:03:30 +0100 |
commit | f73ab814a54033e12f2fe71bff672198210bb8c2 (patch) | |
tree | 4fdf9c5362e388515f872c6e9363620771331725 /doc | |
parent | 6bb5f88e1d8cb9aa2bbda1e4866423f86c634ffc (diff) | |
download | guix-f73ab814a54033e12f2fe71bff672198210bb8c2.tar guix-f73ab814a54033e12f2fe71bff672198210bb8c2.tar.gz |
doc: Show how to install Emacs, Guile, and Geiser.
* doc/contributing.texi (The Perfect Setup): Show "guix package -i"
command line.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/contributing.texi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index ecc20dabc5..d579a39c5d 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -171,7 +171,11 @@ The Perfect Setup to hack on Guix is basically the perfect setup used for Guile hacking (@pxref{Using Guile in Emacs,,, guile, Guile Reference Manual}). First, you need more than an editor, you need @url{http://www.gnu.org/software/emacs, Emacs}, empowered by the -wonderful @url{http://nongnu.org/geiser/, Geiser}. +wonderful @url{http://nongnu.org/geiser/, Geiser}. To set that up, run: + +@example +guix package -i emacs guile emacs-geiser +@end example Geiser allows for interactive and incremental development from within Emacs: code compilation and evaluation from within buffers, access to |