From d1f80aa401a331072f5c4b837d81c659fe6b5fd1 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Tue, 1 Sep 2015 13:10:41 +0300 Subject: emacs: Use "r" key for 'cran' action in 'import' popup. * emacs/guix-command.el (guix-command-improve-import-argument): New variable and function. (guix-command-argument-improvers): Add it. --- emacs/guix-command.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'emacs') diff --git a/emacs/guix-command.el b/emacs/guix-command.el index 3513300576..81f619f434 100644 --- a/emacs/guix-command.el +++ b/emacs/guix-command.el @@ -208,6 +208,10 @@ to be modified." guix-command-improve-graph-argument '(("--type" :fun guix-read-graph-type))) +(guix-command-define-argument-improver + guix-command-improve-import-argument + '(("cran" :char ?r))) + (guix-command-define-argument-improver guix-command-improve-import-elpa-argument '(("--archive" :fun guix-read-elpa-archive))) @@ -275,6 +279,8 @@ to be modified." guix-command-improve-gc-argument) (("graph") guix-command-improve-graph-argument) + (("import") + guix-command-improve-import-argument) (("import" "gnu") guix-command-improve-key-policy-argument) (("import" "elpa") -- cgit v1.2.3