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

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

[elpa] externals/hyperbole 5bef00b 2/3: Fix hkey-ace-window-setup to use


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 5bef00b 2/3: Fix hkey-ace-window-setup to use new hyperbole-mode-map
Date: Sat, 15 May 2021 12:57:10 -0400 (EDT)

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

    Fix hkey-ace-window-setup to use new hyperbole-mode-map
---
 hmouse-drv.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hmouse-drv.el b/hmouse-drv.el
index a9f6884..05e073d 100644
--- a/hmouse-drv.el
+++ b/hmouse-drv.el
@@ -378,7 +378,7 @@ Then whenever point is on an item you want displayed in 
another
 window, use {M-o i <id-of-window-to-display-item-in>} and watch the
 magic happen."
   (require 'ace-window)
-  (when key (global-set-key key 'ace-window))
+  (when key (hkey-set-key key 'ace-window))
   (setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)
        ;; allows {i} operation to work when only 2 windows exist
        aw-dispatch-always t)



reply via email to

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