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

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

[elpa] externals/hyperbole 25f0382: * hyperbole.el (hkey-initialize): Un


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 25f0382: * hyperbole.el (hkey-initialize): Unconditionalize C-c prefix key
Date: Sun, 12 Dec 2021 12:57:22 -0500 (EST)

branch: externals/hyperbole
commit 25f0382918d6de4982d0973086d205cfccc605a7
Author: Bob Weiner <rsw@gnu.org>
Commit: Bob Weiner <rsw@gnu.org>

    * hyperbole.el (hkey-initialize): Unconditionalize C-c prefix key
---
 hyperbole.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/hyperbole.el b/hyperbole.el
index f8f1441..daf85c1 100644
--- a/hyperbole.el
+++ b/hyperbole.el
@@ -224,8 +224,10 @@ of the commands."
       ;; In GNU Emacs, this binding replaces a command that shows
       ;; the word hello in foreign languages; this binding makes this
       ;; key much more useful.
-      (global-set-key (vector help-char ?h) #'hyperbole)
-      (hkey-set-key "\C-c" (make-sparse-keymap)))
+      (global-set-key (vector help-char ?h) #'hyperbole))
+
+    ;; Set C-c prefix key in hyperbole-mode-map for later key bindings
+    (hkey-set-key "\C-c" (make-sparse-keymap))
     ;;
     ;; Bind the Action Key to {M-RET} and the Assist Key to {C-u M-RET}
     ;; and load the Hyperbole mouse key bindings.



reply via email to

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