Merge pull request #2440 from mihai-dinu/patch-1

Don't use dired git highlighting if remote
This commit is contained in:
Henrik Lissner 2020-01-28 00:00:33 -05:00 committed by GitHub
commit 32e42a5608
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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