branch: elpa/magit
commit fa5906621a2e1fabdb43bfbc0b6b87dd08104fba
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    magit-mode-map: Remap mouse-set-point to magit variant
---
 lisp/magit-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/magit-mode.el b/lisp/magit-mode.el
index e0b4b6f43b9..f70d1db7784 100644
--- a/lisp/magit-mode.el
+++ b/lisp/magit-mode.el
@@ -423,6 +423,7 @@ recommended value."
   "C-c C-w" 'magit-copy-thing
   "C-w"     'magit-copy-section-value
   "M-w"     'magit-copy-buffer-revision
+  "<remap> <mouse-set-point>"     'magit-mouse-set-point
   "<remap> <back-to-indentation>" 'magit-back-to-indentation
   "<remap> <previous-line>"       'magit-previous-line
   "<remap> <next-line>"           'magit-next-line

Reply via email to