branch: elpa/git-commit
commit 53811df31f45a0da5ae32db5b20fc3b825d9b225
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-dispatch: Make describe-mode binding more noticable
---
lisp/magit.el | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/lisp/magit.el b/lisp/magit.el
index 09758e966a..eca1aea8cd 100644
--- a/lisp/magit.el
+++ b/lisp/magit.el
@@ -368,11 +368,11 @@ Also see info node `(magit)Commands for Buffers Visiting
Files'."
("U" "Unstage all" magit-unstage-all)]]
["Essential commands"
:if-derived magit-mode
- ("g" " refresh current buffer" magit-refresh)
- ("q" " bury current buffer" magit-mode-bury-buffer)
- ("<tab>" " toggle section at point" magit-section-toggle)
- ("<return>" "visit thing at point" magit-visit-thing)
- ("C-x m" " show all key bindings" describe-mode)])
+ [("g" " refresh current buffer" magit-refresh)
+ ("q" " bury current buffer" magit-mode-bury-buffer)
+ ("<tab>" " toggle section at point" magit-section-toggle)
+ ("<return>" "visit thing at point" magit-visit-thing)]
+ [("C-x m" "show all key bindings" describe-mode)]])
;;; Git Popup