From b3aa803a164e4aff09712a0e6853d802605d6b17 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Mon, 28 Nov 2016 19:27:44 +0100 Subject: [PATCH] magit: drop redundant settings The default values of `magit-popup-use-prefix-argument' and `magit-popup-show-common-commands' are now identical to the values we used to set here. --- init.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/init.el b/init.el index 30e6978..7d9d8c0 100644 --- a/init.el +++ b/init.el @@ -127,7 +127,6 @@ ;; ;; Disable safety nets (setq magit-commit-squash-confirm nil) - (setq magit-popup-use-prefix-argument 'default) (setq magit-save-repository-buffers 'dontask) (add-to-list 'magit-no-confirm 'safe-with-wip t) (add-to-list 'magit-no-confirm 'rename t) @@ -136,7 +135,6 @@ ;; ;; Disable usage information (setq magit-popup-show-help-echo nil) - (setq magit-popup-show-common-commands nil) ;; ;; Window managment (setq magit-display-buffer-function