Fix void-function diff-hl-magit-post-refresh error
This commit is contained in:
parent
f763bf2fd0
commit
07dfe2703c
1 changed files with 1 additions and 3 deletions
|
@ -47,9 +47,7 @@
|
|||
|
||||
(use-package! diff-hl
|
||||
:hook (dired-mode . diff-hl-dired-mode)
|
||||
:init
|
||||
(when (featurep! :tools magit)
|
||||
(add-hook 'magit-post-refresh-hook #'diff-hl-magit-post-refresh))
|
||||
:hook (magit-post-refresh . diff-hl-magit-post-refresh)
|
||||
:config
|
||||
;; use margin instead of fringe
|
||||
(diff-hl-margin-mode))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue