mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-11-23 11:41:18 -05: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:
2
init.el
2
init.el
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user