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

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

[nongnu] elpa/xah-fly-keys 6ef7d2cc36: xah-fly-use-control-key is now ni


From: ELPA Syncer
Subject: [nongnu] elpa/xah-fly-keys 6ef7d2cc36: xah-fly-use-control-key is now nil by default. 2 people asked for it. i think a lot people want this. experimental. we'll see.
Date: Mon, 18 Nov 2024 22:01:20 -0500 (EST)

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

    xah-fly-use-control-key is now nil by default. 2 people asked for it. i 
think a lot people want this. experimental. we'll see.
---
 xah-fly-keys.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/xah-fly-keys.el b/xah-fly-keys.el
index 16962aaa02..95cb8556c9 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: 26.7.20241109085947
+;; Version: 26.8.20241118173945
 ;; Created: 2013-09-10
 ;; Package-Requires: ((emacs "27"))
 ;; Keywords: convenience, vi, vim, ergoemacs, keybinding
@@ -163,8 +163,9 @@
 (defvar xah-fly-insert-mode-indicator "i"
   "Character in mode line indicating insert mode is active.")
 
-(defcustom xah-fly-use-control-key t
-  "If nil, do not bind any control key. When t, standard keys for open, close, 
copy, paste etc, are bound."
+(defcustom xah-fly-use-control-key nil
+  "If true, standard keys for open, close, copy, paste etc, are bound, and 
others.
+If nil, do not modify any default emacs control key keybinding."
   :type 'boolean)
 
 (defcustom xah-fly-use-meta-key t



reply via email to

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