branch: externals/inspector
commit fc5e65b72e052eff36671f5771c381662e54bdc7
Author: Kristoffer Balintona <[email protected]>
Commit: Kristoffer Balintona <[email protected]>

    Bind scrolling commands in inspector buffer
---
 inspector.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/inspector.el b/inspector.el
index 29f4a79861..eee9b1cb3e 100644
--- a/inspector.el
+++ b/inspector.el
@@ -1020,6 +1020,8 @@ The environment used is the one when entering the 
activation frame at point."
     (define-key map "p" #'backward-button)
     (define-key map "P" #'inspector-pprint-inspected-object)
     (define-key map "g" #'inspector-refresh)
+    (define-key map (kbd "SPC") #'scroll-up-command)
+    (define-key map (kbd "DEL") #'scroll-down-command)
     map))
 
 (easy-menu-define

Reply via email to