summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2017-03-13 17:43:02 +0300
committerAlex Kost <alezost@gmail.com>2017-03-13 17:43:02 +0300
commit9e92b83fea83666a6dd3a5ed95623fd63319d5d5 (patch)
tree3a4e694a3f49ff474c7967665394f4338b3ac17f
parentelisp/command: Add "rest" argument for "guix copy" (diff)
downloadguix-wigust-9e92b83fea83666a6dd3a5ed95623fd63319d5d5.tar.gz
elisp/pcomplete: Complete package names for "guix copy"
* elisp/guix-pcomplete.el (guix-pcomplete-complete-command-arg): Complete package names for "copy" command.
-rw-r--r--elisp/guix-pcomplete.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/guix-pcomplete.el b/elisp/guix-pcomplete.el
index 0453626..529fc12 100644
--- a/elisp/guix-pcomplete.el
+++ b/elisp/guix-pcomplete.el
@@ -166,7 +166,7 @@ group - the argument.")
"Complete argument for guix COMMAND."
(cond
((member command
- '("archive" "build" "challenge" "edit" "environment"
+ '("archive" "build" "challenge" "copy" "edit" "environment"
"graph" "lint" "refresh" "size"))
(while t
(pcomplete-here (guix-package-names))))