diff options
author | Alex Kost <alezost@gmail.com> | 2015-06-06 22:19:51 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2015-06-08 11:46:05 +0300 |
commit | 00a8dae2a6e74a0d7dd8a0b82c3dc08d3daf2a31 (patch) | |
tree | 52f2970febcc684a157c723a1ff1024d5ba4499b /emacs.am | |
parent | 132e74fec99eaf0febb62269ca38bacebeaa0882 (diff) | |
download | guix-00a8dae2a6e74a0d7dd8a0b82c3dc08d3daf2a31.tar guix-00a8dae2a6e74a0d7dd8a0b82c3dc08d3daf2a31.tar.gz |
emacs: Add shell completions for "guix" command.
Suggested by Ludovic Courtès <ludo@gnu.org>.
* emacs/guix-pcomplete.el: New file.
* emacs.am (ELFILES): Add it.
* doc/emacs.texi (Emacs Completions): New node.
Diffstat (limited to 'emacs.am')
-rw-r--r-- | emacs.am | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ ELFILES = \ emacs/guix-info.el \ emacs/guix-list.el \ emacs/guix-messages.el \ + emacs/guix-pcomplete.el \ emacs/guix-prettify.el \ emacs/guix-utils.el \ emacs/guix.el |