emacs: Disambiguate "d" key in 'system' popup.
* emacs/guix-command.el (guix-command-improve-system-argument): Use "D" key for 'disk-image' action (leave "d" for 'dmd-graph').
This commit is contained in:
parent
b1b53df382
commit
e0c5309a83
|
@ -249,7 +249,8 @@ to be modified."
|
||||||
|
|
||||||
(guix-command-define-argument-improver
|
(guix-command-define-argument-improver
|
||||||
guix-command-improve-system-argument
|
guix-command-improve-system-argument
|
||||||
'(("vm-image" :char ?V)
|
'(("disk-image" :char ?D)
|
||||||
|
("vm-image" :char ?V)
|
||||||
("--on-error" :char ?E)
|
("--on-error" :char ?E)
|
||||||
("--no-grub" :char ?g)
|
("--no-grub" :char ?g)
|
||||||
("--full-boot" :char ?b)))
|
("--full-boot" :char ?b)))
|
||||||
|
|
Loading…
Reference in New Issue