diff options
author | Alex Kost <alezost@gmail.com> | 2014-11-04 19:38:27 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2014-11-07 14:58:15 +0300 |
commit | 9a130e19fcb46a15bf6ab5ceea08a9ec092bbb34 (patch) | |
tree | 94d6c6ec2a22d23d9d5933190d3bf6a5b6a04a4b /emacs.am | |
parent | d2e59637e37c00b9a9b6273693a68acf6dcc9493 (diff) | |
download | patches-9a130e19fcb46a15bf6ab5ceea08a9ec092bbb34.tar patches-9a130e19fcb46a15bf6ab5ceea08a9ec092bbb34.tar.gz |
emacs: Add 'guix-prettify'.
* emacs/guix-prettify.el: New file.
* emacs.am (ELFILES): Add it.
* doc/emacs.texi (Emacs Prettify): New node.
* doc/guix.texi (Features): Mention it.
Diffstat (limited to 'emacs.am')
-rw-r--r-- | emacs.am | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ ELFILES = \ emacs/guix-info.el \ emacs/guix-list.el \ emacs/guix-messages.el \ + emacs/guix-prettify.el \ emacs/guix-utils.el \ emacs/guix.el |