summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2021-07-09 10:20:39 +0200
committerMathieu Othacehe <othacehe@gnu.org>2021-07-09 12:08:12 +0200
commit74168d99bb50e8dd17af970d83eca771487be467 (patch)
tree4c71e8b181d07a0094e6eb32e16ffbe437b507a3 /doc
parentb182121458c0126a05a41fec78a4f42472ba8081 (diff)
system: Provide mg instead of zile.
Since the update to the 2.6.2 release, the closure size of zile has increased. Switch to mg which is lighter. * gnu/system.scm (%base-packages-interactive): Replace zile by mg. * doc/guix.texi (Proceeding with the Installation, Using the Configuration System): Adapt those sections.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 18bc6004401..46cec73d119 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -2543,7 +2543,7 @@ provide the declaration of the operating system to be installed. To
2543that end, the installation system comes with three text editors. We 2543that end, the installation system comes with three text editors. We
2544recommend GNU nano (@pxref{Top,,, nano, GNU nano Manual}), which 2544recommend GNU nano (@pxref{Top,,, nano, GNU nano Manual}), which
2545supports syntax highlighting and parentheses matching; other editors 2545supports syntax highlighting and parentheses matching; other editors
2546include GNU Zile (an Emacs clone), and 2546include mg (an Emacs clone), and
2547nvi (a clone of the original BSD @command{vi} editor). 2547nvi (a clone of the original BSD @command{vi} editor).
2548We strongly recommend storing that file on the target root file system, say, 2548We strongly recommend storing that file on the target root file system, say,
2549as @file{/mnt/etc/config.scm}. Failing to do that, you will have lost your 2549as @file{/mnt/etc/config.scm}. Failing to do that, you will have lost your
@@ -13485,7 +13485,7 @@ environment variable---in addition to the per-user profiles
13485(@pxref{Invoking guix package}). The @code{%base-packages} variable 13485(@pxref{Invoking guix package}). The @code{%base-packages} variable
13486provides all the tools one would expect for basic user and administrator 13486provides all the tools one would expect for basic user and administrator
13487tasks---including the GNU Core Utilities, the GNU Networking Utilities, 13487tasks---including the GNU Core Utilities, the GNU Networking Utilities,
13488the GNU Zile lightweight text editor, @command{find}, @command{grep}, 13488the @command{mg} lightweight text editor, @command{find}, @command{grep},
13489etc. The example above adds GNU@tie{}Screen to those, 13489etc. The example above adds GNU@tie{}Screen to those,
13490taken from the @code{(gnu packages screen)} 13490taken from the @code{(gnu packages screen)}
13491module (@pxref{Package Modules}). The 13491module (@pxref{Package Modules}). The