branch: externals/hyperbole commit 25f0382918d6de4982d0973086d205cfccc605a7 Author: Bob Weiner <r...@gnu.org> Commit: Bob Weiner <r...@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.