~ruther/guix-local

e0c5309a8363b218452a225cdb51e4f681bf4628 — Alex Kost 10 years ago b1b53df
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').
1 files changed, 2 insertions(+), 1 deletions(-)

M emacs/guix-command.el
M emacs/guix-command.el => emacs/guix-command.el +2 -1
@@ 249,7 249,8 @@ to be modified."

(guix-command-define-argument-improver
    guix-command-improve-system-argument
  '(("vm-image"    :char ?V)
  '(("disk-image"  :char ?D)
    ("vm-image"    :char ?V)
    ("--on-error"  :char ?E)
    ("--no-grub"   :char ?g)
    ("--full-boot" :char ?b)))