Don't do dired git highlighting if remote
Fixes https://github.com/hlissner/doom-emacs/issues/2439
This commit is contained in:
parent
b9f823bfa2
commit
46cc7f7fdf
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ only variant that supports --group-directories-first."
|
||||||
|
|
||||||
|
|
||||||
(use-package! diff-hl
|
(use-package! diff-hl
|
||||||
:hook (dired-mode . diff-hl-dired-mode)
|
:hook (dired-mode . diff-hl-dired-mode-unless-remote)
|
||||||
:hook (magit-post-refresh . diff-hl-magit-post-refresh)
|
:hook (magit-post-refresh . diff-hl-magit-post-refresh)
|
||||||
:config
|
:config
|
||||||
;; use margin instead of fringe
|
;; use margin instead of fringe
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue