From 41b2f36081f5c36b56156231a280e183dabd3243 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Tue, 20 Oct 2015 16:43:49 +0300 Subject: [PATCH 2/2] emacs: Add "Packages" option for 'guix challenge' popup. * emacs/guix-command.el (guix-command-rest-argument): Add "challenge". --- emacs/guix-command.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/guix-command.el b/emacs/guix-command.el index 1a42594..e9e46f4 100644 --- a/emacs/guix-command.el +++ b/emacs/guix-command.el @@ -364,7 +364,7 @@ to be modified." :name "-- " :char ?= :option? t args))) (let ((command (car commands))) (cond - ((member command '("archive" "build" "graph" "edit" + ((member command '("archive" "build" "challenge" "graph" "edit" "environment" "lint" "refresh")) (argument :doc "Packages" :fun 'guix-read-package-names-string)) ((string= command "download") -- 2.5.0