diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-01-23 15:07:18 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-01-23 16:29:20 +0100 |
commit | 80ae897f018e39774fd56aa683ae1575a5fb8c87 (patch) | |
tree | 914df0db4be44d63e4b8e0548062a8381d570cf7 /doc/emacs.texi | |
parent | 842e0b95f4256b3b83f0ca96b8cc9460b775a75b (diff) | |
download | guix-80ae897f018e39774fd56aa683ae1575a5fb8c87.tar guix-80ae897f018e39774fd56aa683ae1575a5fb8c87.tar.gz |
doc: Mention that guix.el works out-of-the-box on GSD.
* doc/emacs.texi (Emacs Initial Setup): Mention that it works
out-of-the-box on GSD.
Diffstat (limited to 'doc/emacs.texi')
-rw-r--r-- | doc/emacs.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/emacs.texi b/doc/emacs.texi index 86e0048538..93d0c86b42 100644 --- a/doc/emacs.texi +++ b/doc/emacs.texi @@ -24,6 +24,12 @@ guix package}). Specifically, ``guix.el'' makes it easy to: @node Emacs Initial Setup @subsection Initial Setup +On the Guix System Distribution (@pxref{GNU Distribution}), ``guix.el'' +is ready to use, provided Guix is installed system-wide, which is the +case by default. So if that is what you're using, you can happily skip +this section and read about the fun stuff. + +If you're not yet a happy user of GSD, a little bit of setup is needed. To be able to use ``guix.el'', you need to install the following packages: |