mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Don't do dired git highlighting if remote
Fixes https://github.com/hlissner/doom-emacs/issues/2439
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user