diff options
author | Alex Kost <alezost@gmail.com> | 2017-04-28 15:52:21 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2017-05-04 22:45:53 +0300 |
commit | 8ca0c88a894c685b624757e38ee7663534f03460 (patch) | |
tree | d69bceb04d2d5f9b3f7b88b3b4cf87b4ebf52dab /doc/guix.texi | |
parent | 49e6b0d95107ff4c9fe6478f6dc1f7601a8bdd3b (diff) |
doc: Add references to Emacs-Guix manual.
* doc/htmlxref.cnf: Add links to the real manual.
* doc/contributing.texi (Formatting Code): Add reference to it.
* doc/guix.texi (Package Management): Likewise.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 0054022fb9..79942d7cd1 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -1430,11 +1430,13 @@ remove software packages, without having to know about their build procedures or dependencies. Guix also goes beyond this obvious set of features. -This chapter describes the main features of Guix, as well as the package -management tools it provides. Along with the command-line interface -described below (@pxref{Invoking guix package, @code{guix package}}), -you may also use Emacs Interface, after installing @code{emacs-guix} -package (run @kbd{M-x guix-help} command to start with it): +This chapter describes the main features of Guix, as well as the +package management tools it provides. Along with the command-line +interface described below (@pxref{Invoking guix package, @code{guix +package}}), you may also use Emacs Interface (@pxref{Top,,, +emacs-guix, The Emacs-Guix Reference Manual}), after installing +@code{emacs-guix} package (run @kbd{M-x guix-help} command to start +with it): @example guix package -i emacs-guix |