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

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

[elpa] externals/javaimp 582af66e20 2/2: * javaimp.el (javaimp-minor-mod


From: Filipp Gunbin
Subject: [elpa] externals/javaimp 582af66e20 2/2: * javaimp.el (javaimp-minor-mode-map): Add mark-defun
Date: Wed, 8 Jun 2022 14:57:13 -0400 (EDT)

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

    * javaimp.el (javaimp-minor-mode-map): Add mark-defun
---
 javaimp.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/javaimp.el b/javaimp.el
index 106244abf2..9891d8f6c6 100644
--- a/javaimp.el
+++ b/javaimp.el
@@ -1239,7 +1239,8 @@ PREV-INDEX gives the index of the method itself."
   "C-c j" javaimp-basic-map
   ;; Override functions from java-mode
   "C-M-a" #'beginning-of-defun
-  "C-M-e" #'end-of-defun)
+  "C-M-e" #'end-of-defun
+  "C-M-h" #'mark-defun)
 
 
 ;;;###autoload



reply via email to

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