mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-06-07 08:14:16 -04:00
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:
parent
028663328b
commit
b3aa803a16
2
init.el
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user