[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/05: doc: Show how to install Emacs, Guile, and Geiser.
From: |
guix-commits |
Subject: |
01/05: doc: Show how to install Emacs, Guile, and Geiser. |
Date: |
Sun, 3 Feb 2019 18:03:39 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit f73ab814a54033e12f2fe71bff672198210bb8c2
Author: Ludovic Courtès <address@hidden>
Date: Sun Feb 3 18:35:51 2019 +0100
doc: Show how to install Emacs, Guile, and Geiser.
* doc/contributing.texi (The Perfect Setup): Show "guix package -i"
command line.
---
doc/contributing.texi | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/doc/contributing.texi b/doc/contributing.texi
index ecc20da..d579a39 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:
+
address@hidden
+guix package -i emacs guile emacs-geiser
address@hidden example
Geiser allows for interactive and incremental development from within
Emacs: code compilation and evaluation from within buffers, access to
- branch master updated (6bb5f88 -> 7c4700e), guix-commits, 2019/02/03
- 05/05: store: 'log-file' honors 'GUIX_LOG_DIRECTORY'., guix-commits, 2019/02/03
- 01/05: doc: Show how to install Emacs, Guile, and Geiser.,
guix-commits <=
- 03/05: self: Ensure the daemon refers to the right 'guix' command., guix-commits, 2019/02/03
- 02/05: daemon: Rename 'NIX_STATE_DIR' and 'NIX_DB_DIR' environment variables., guix-commits, 2019/02/03
- 04/05: daemon: Remove unused 'NIX_DATA_DIR' environment variable., guix-commits, 2019/02/03