mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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.
This commit is contained in:
parent
3555771267
commit
d1f80aa401
1 changed files with 6 additions and 0 deletions
|
@ -208,6 +208,10 @@ to be modified."
|
||||||
guix-command-improve-graph-argument
|
guix-command-improve-graph-argument
|
||||||
'(("--type" :fun guix-read-graph-type)))
|
'(("--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-define-argument-improver
|
||||||
guix-command-improve-import-elpa-argument
|
guix-command-improve-import-elpa-argument
|
||||||
'(("--archive" :fun guix-read-elpa-archive)))
|
'(("--archive" :fun guix-read-elpa-archive)))
|
||||||
|
@ -275,6 +279,8 @@ to be modified."
|
||||||
guix-command-improve-gc-argument)
|
guix-command-improve-gc-argument)
|
||||||
(("graph")
|
(("graph")
|
||||||
guix-command-improve-graph-argument)
|
guix-command-improve-graph-argument)
|
||||||
|
(("import")
|
||||||
|
guix-command-improve-import-argument)
|
||||||
(("import" "gnu")
|
(("import" "gnu")
|
||||||
guix-command-improve-key-policy-argument)
|
guix-command-improve-key-policy-argument)
|
||||||
(("import" "elpa")
|
(("import" "elpa")
|
||||||
|
|
Loading…
Reference in a new issue