branch: elpa/git-commit
commit 3525928602a3b68855fa239cadbc7d31c67fd50e
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-stashes-section-map: Bind magit-stash-list
---
lisp/magit-stash.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/lisp/magit-stash.el b/lisp/magit-stash.el
index f62d2b5a3e..c0650f3c0b 100644
--- a/lisp/magit-stash.el
+++ b/lisp/magit-stash.el
@@ -377,6 +377,7 @@ current branch or `HEAD' as the start-point."
(defvar magit-stashes-section-map
(let ((map (make-sparse-keymap)))
+ (define-key map [remap magit-visit-thing] 'magit-stash-list)
(define-key map [remap magit-delete-thing] 'magit-stash-clear)
map)
"Keymap for `stashes' section.")