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

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

[nongnu] elpa/git-commit 53811df31f 2/3: magit-dispatch: Make describe-m


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 53811df31f 2/3: magit-dispatch: Make describe-mode binding more noticable
Date: Sat, 29 Jan 2022 13:58:15 -0500 (EST)

branch: elpa/git-commit
commit 53811df31f45a0da5ae32db5b20fc3b825d9b225
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    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
 



reply via email to

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