diff options
author | Alex Kost <alezost@gmail.com> | 2015-09-12 22:16:42 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2015-09-15 15:19:31 +0300 |
commit | 34850cd59d00d060c1821503ca8fb2c3b0c46162 (patch) | |
tree | b86ba0a5819cb10151c65e340d04bc29d09af251 /emacs.am | |
parent | ea369ee1b0c1e70e70998c0318972a4823aba3b9 (diff) | |
download | guix-34850cd59d00d060c1821503ca8fb2c3b0c46162.tar guix-34850cd59d00d060c1821503ca8fb2c3b0c46162.tar.gz |
emacs: Add modes for viewing build logs.
* emacs/guix-build-log.el: New file.
* emacs.am (ELFILES): Add it.
* doc/emacs.texi (Emacs Build Log): Document it. New node.
(Emacs Interface): Add it.
* doc/guix.texi (Top): Likewise.
Diffstat (limited to 'emacs.am')
-rw-r--r-- | emacs.am | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ AUTOLOADS = emacs/guix-autoloads.el ELFILES = \ emacs/guix-backend.el \ emacs/guix-base.el \ + emacs/guix-build-log.el \ emacs/guix-command.el \ emacs/guix-emacs.el \ emacs/guix-external.el \ |