mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-07-25 19:04:17 -04:00
magit: Add magit-insert-worktrees to magit-status-sections-hook
This commit is contained in:
parent
91b4bc1239
commit
bbc47f3a62
4
init.el
4
init.el
@ -179,6 +179,10 @@
|
|||||||
'magit-insert-modules
|
'magit-insert-modules
|
||||||
'magit-insert-stashes
|
'magit-insert-stashes
|
||||||
'append)
|
'append)
|
||||||
|
(magit-add-section-hook 'magit-status-sections-hook
|
||||||
|
'magit-insert-worktrees
|
||||||
|
'magit-insert-modules
|
||||||
|
'append)
|
||||||
;;
|
;;
|
||||||
;; Diff buffer settings
|
;; Diff buffer settings
|
||||||
(setq magit-diff-refine-hunk 'all))
|
(setq magit-diff-refine-hunk 'all))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user