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.
This commit is contained in:
Jonas Bernoulli 2016-11-28 19:27:44 +01:00
parent 028663328b
commit b3aa803a16

View File

@ -127,7 +127,6 @@
;; ;;
;; Disable safety nets ;; Disable safety nets
(setq magit-commit-squash-confirm nil) (setq magit-commit-squash-confirm nil)
(setq magit-popup-use-prefix-argument 'default)
(setq magit-save-repository-buffers 'dontask) (setq magit-save-repository-buffers 'dontask)
(add-to-list 'magit-no-confirm 'safe-with-wip t) (add-to-list 'magit-no-confirm 'safe-with-wip t)
(add-to-list 'magit-no-confirm 'rename t) (add-to-list 'magit-no-confirm 'rename t)
@ -136,7 +135,6 @@
;; ;;
;; Disable usage information ;; Disable usage information
(setq magit-popup-show-help-echo nil) (setq magit-popup-show-help-echo nil)
(setq magit-popup-show-common-commands nil)
;; ;;
;; Window managment ;; Window managment
(setq magit-display-buffer-function (setq magit-display-buffer-function