guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: emacs: Disambiguate "d" key in 'system' popup.


From: Alex Kost
Subject: 02/05: emacs: Disambiguate "d" key in 'system' popup.
Date: Fri, 16 Oct 2015 16:56:47 +0000

alezost pushed a commit to branch master
in repository guix.

commit e0c5309a8363b218452a225cdb51e4f681bf4628
Author: Alex Kost <address@hidden>
Date:   Thu Oct 15 21:09:33 2015 +0300

    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').
---
 emacs/guix-command.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/emacs/guix-command.el b/emacs/guix-command.el
index b679ad9..3ae7791 100644
--- a/emacs/guix-command.el
+++ b/emacs/guix-command.el
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]