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/contributing.texi | |
parent | 49e6b0d95107ff4c9fe6478f6dc1f7601a8bdd3b (diff) | |
download | patches-8ca0c88a894c685b624757e38ee7663534f03460.tar patches-8ca0c88a894c685b624757e38ee7663534f03460.tar.gz |
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/contributing.texi')
-rw-r--r-- | doc/contributing.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index bbc93424b4..8465745ee9 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -248,7 +248,10 @@ please do read it. Some special forms introduced in Guix, such as the @code{substitute*} macro, have special indentation rules. These are defined in the -@file{.dir-locals.el} file, which Emacs automatically uses. +@file{.dir-locals.el} file, which Emacs automatically uses. Also note +that Emacs-Guix provides @code{guix-devel-mode} mode that indents and +highlights Guix code properly (@pxref{Development,,, emacs-guix, The +Emacs-Guix Reference Manual}). @cindex indentation, of code @cindex formatting, of code |