mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
fix(format): use +vc-gutter-update-h instead
+vc-gutter-init-maybe-h is not defined when using +diff-hl so instead let's use +vc-gutter-update-h to refresh the VC gutter.
This commit is contained in:
committed by
Henrik Lissner
parent
57965f18a5
commit
aab5215951
@@ -68,4 +68,4 @@ This is controlled by `+format-on-save-disabled-modes'."
|
||||
|
||||
(defun +format--refresh-git-gutter-h ()
|
||||
(when (fboundp '+vc-gutter-update-h)
|
||||
(+vc-gutter-init-maybe-h))))
|
||||
(+vc-gutter-update-h))))
|
||||
|
Reference in New Issue
Block a user