emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/xah-fly-keys 350ab789e2: added key space h x (dvorak notat


From: ELPA Syncer
Subject: [nongnu] elpa/xah-fly-keys 350ab789e2: added key space h x (dvorak notation) for describe-command
Date: Fri, 9 Sep 2022 14:59:24 -0400 (EDT)

branch: elpa/xah-fly-keys
commit 350ab789e221a709e753f7b14586fa782a8661eb
Author: Xah Lee <xah@xahlee.org>
Commit: Xah Lee <xah@xahlee.org>

    added key space h x (dvorak notation) for describe-command
---
 xah-fly-keys.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/xah-fly-keys.el b/xah-fly-keys.el
index 13a41b8a19..9481df7d20 100644
--- a/xah-fly-keys.el
+++ b/xah-fly-keys.el
@@ -4,7 +4,7 @@
 
 ;; Author: Xah Lee ( http://xahlee.info/ )
 ;; Maintainer: Xah Lee <xah@xahlee.org>
-;; Version: 17.21.20220829140316
+;; Version: 17.22.20220909110152
 ;; Created: 10 Sep 2013
 ;; Package-Requires: ((emacs "24.1"))
 ;; Keywords: convenience, emulations, vim, ergoemacs
@@ -4131,7 +4131,9 @@ minor modes loaded later may override bindings in this 
map.")
    ;; t
    ("u" . elisp-index-search)
    ("v" . apropos-value)
-   ;; wxy
+   ;; w
+   ("x" . describe-command) ; emacs 28
+   ;; y
    ("z" . describe-coding-system)))
 
 (xah-fly--define-keys



reply via email to

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