summaryrefslogtreecommitdiff
path: root/emacs/guix-pcomplete.el
Commit message (Collapse)AuthorAge
* emacs: Complete 'guix size --map-file' properly.Alex Kost2015-06-22
| | | | | * emacs/guix-pcomplete.el (guix-pcomplete-complete-option-arg): Complete file name for '-m/--map-file' option of 'guix size' command.
* emacs: Add completions for 'edit' and 'size' commands.Alex Kost2015-06-19
| | | | | | | * emacs/guix-pcomplete.el (guix-pcomplete-complete-command-arg): Complete package names for 'guix edit' and 'guix size' commands. (guix-pcomplete-complete-option-arg): Complete '-s/--system' option for 'guix size'.
* emacs: Add shell completions for "guix" command.Alex Kost2015-06-08
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.