From 00a8dae2a6e74a0d7dd8a0b82c3dc08d3daf2a31 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Sat, 6 Jun 2015 22:19:51 +0300 Subject: emacs: Add shell completions for "guix" command. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Suggested by Ludovic Courtès . * emacs/guix-pcomplete.el: New file. * emacs.am (ELFILES): Add it. * doc/emacs.texi (Emacs Completions): New node. --- emacs.am | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs.am') 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 -- cgit v1.2.3