refactor!(dired): move diff-hl config to :ui vc-gutter
BREAKING CHANGE: users who are used to diff-hl displaying diffs in dired will notice they have vanished. diff-hl's conig has been moved to :ui vc-gutter +diff-hl (added in27a448b
). Enable it to get it back. Ref:27a448b04b
This commit is contained in:
parent
e76f327e0a
commit
24623f9959
3 changed files with 1 additions and 10 deletions
|
@ -71,15 +71,6 @@ Fixes #3939: unsortable dired entries on Windows."
|
|||
:hook (dired-mode . diredfl-mode))
|
||||
|
||||
|
||||
(use-package! diff-hl
|
||||
:when (featurep! :ui vc-gutter)
|
||||
:hook (dired-mode-hook . diff-hl-margin-local-mode)
|
||||
:init
|
||||
(unless (featurep! :ui vc-gutter +diff-hl)
|
||||
(add-hook 'dired-mode-hook #'diff-hl-dired-mode-unless-remote)
|
||||
(add-hook 'magit-post-refresh-hook #'diff-hl-magit-post-refresh)))
|
||||
|
||||
|
||||
(use-package! ranger
|
||||
:when (featurep! +ranger)
|
||||
:after dired
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue