doc: Show how to install Emacs, Guile, and Geiser.
authorLudovic Courtès <ludo@gnu.org>
Sun, 3 Feb 2019 17:35:51 +0000 (18:35 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sun, 3 Feb 2019 23:03:30 +0000 (00:03 +0100)
* doc/contributing.texi (The Perfect Setup): Show "guix package -i"
command line.

doc/contributing.texi

index ecc20da..d579a39 100644 (file)
@@ -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