diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-git.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el index 1b875c7..001c119 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -306,7 +306,7 @@ the file name if NO-DIRECTORY is non-nil." ;;; Magit popups (setq magit-popup-show-help-echo nil - magit-popup-show-help-section nil + magit-popup-show-common-commands nil magit-popup-use-prefix-argument 'default) (after 'magit |