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

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

[elpa] externals/javaimp 6c394541ed: javaimp-show-scopes: Add binding fo


From: Filipp Gunbin
Subject: [elpa] externals/javaimp 6c394541ed: javaimp-show-scopes: Add binding for revert-buffer
Date: Wed, 4 May 2022 16:44:45 -0400 (EDT)

branch: externals/javaimp
commit 6c394541ed2734732d8075a119f412cbc046fdcc
Author: Filipp Gunbin <fgunbin@fastmail.fm>
Commit: Filipp Gunbin <fgunbin@fastmail.fm>

    javaimp-show-scopes: Add binding for revert-buffer
---
 javaimp.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/javaimp.el b/javaimp.el
index d4ae6b7bdd..1809dd426d 100644
--- a/javaimp.el
+++ b/javaimp.el
@@ -812,6 +812,7 @@ in a major mode hook."
     (set-keymap-parent map text-mode-map)
     (define-key map "\C-m" #'javaimp-show-scopes-goto-scope)
     (define-key map [mouse-2] #'javaimp-show-scopes-goto-scope)
+    (define-key map "g" #'revert-buffer)
     (define-key map "n" #'next-error-no-select)
     (define-key map "p" #'previous-error-no-select)
     (define-key map "l" #'recenter-current-error)



reply via email to

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