summaryrefslogtreecommitdiff
path: root/emacs.am
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2015-06-06 22:19:51 +0300
committerAlex Kost <alezost@gmail.com>2015-06-08 11:46:05 +0300
commit00a8dae2a6e74a0d7dd8a0b82c3dc08d3daf2a31 (patch)
tree52f2970febcc684a157c723a1ff1024d5ba4499b /emacs.am
parent132e74fec99eaf0febb62269ca38bacebeaa0882 (diff)
downloadpatches-00a8dae2a6e74a0d7dd8a0b82c3dc08d3daf2a31.tar
patches-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.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.am b/emacs.am
index a43168e2cf..372b33e822 100644
--- a/emacs.am
+++ b/emacs.am
@@ -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