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

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

[elpa] externals/corfu 7aa006e000 6/7: corfu-infoframe: Remap scroll com


From: ELPA Syncer
Subject: [elpa] externals/corfu 7aa006e000 6/7: corfu-infoframe: Remap scroll commands
Date: Fri, 18 Nov 2022 05:57:33 -0500 (EST)

branch: externals/corfu
commit 7aa006e0005fd54cbca140eb45c5f3272ae281ab
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    corfu-infoframe: Remap scroll commands
---
 extensions/corfu-infoframe.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/extensions/corfu-infoframe.el b/extensions/corfu-infoframe.el
index 26470467a2..1c3075329e 100644
--- a/extensions/corfu-infoframe.el
+++ b/extensions/corfu-infoframe.el
@@ -85,6 +85,8 @@
     (define-key map "\M-d" #'corfu-infoframe-documentation)
     (define-key map "\M-l" #'corfu-infoframe-location)
     (define-key map "\M-t" #'corfu-infoframe-toggle)
+    (define-key map [remap scroll-other-window] #'corfu-infoframe-scroll-up)
+    (define-key map [remap scroll-other-window-down] 
#'corfu-infoframe-scroll-down)
     map)
   "Additional keymap activated in infoframe mode.")
 



reply via email to

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