mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-07-26 11:24:25 -04:00
magit: go back to magit-insert-unpulled-from-upstream
No longer replace `magit-insert-unpulled-from-upstream' with `magit-insert-unpulled-from-upstream-or-recent' on `magit-status-section-hook'. The latter is an obsolete alias for the former now.
This commit is contained in:
parent
2379774797
commit
544cab0657
4
init.el
4
init.el
@ -173,10 +173,6 @@
|
||||
'magit-insert-modules
|
||||
'magit-insert-stashes
|
||||
'append)
|
||||
(magit-add-section-hook 'magit-status-sections-hook
|
||||
'magit-insert-unpulled-from-upstream-or-recent
|
||||
'magit-insert-unpulled-from-upstream
|
||||
'replace)
|
||||
;;
|
||||
;; Diff buffer settings
|
||||
(setq magit-diff-refine-hunk 'all))
|
||||
|
Loading…
x
Reference in New Issue
Block a user