Henrik Lissner
2025-01-09 00:19:02 -05:00
parent 754e0f7982
commit 50de03321c
9 changed files with 8 additions and 9 deletions

View File

@@ -128,7 +128,6 @@ Respects `diff-hl-disable-on-remote'."
(diff-hl-update-once))))))
;; UX: Update diff-hl when magit alters git state.
(when (modulep! :tools magit)
(add-hook 'magit-pre-refresh-hook #'diff-hl-magit-pre-refresh)
(add-hook 'magit-post-refresh-hook #'diff-hl-magit-post-refresh))
;; FIX: The revert popup consumes 50% of the frame, whether or not you're

View File

@@ -1,4 +1,4 @@
;; -*- no-byte-compile: t; -*-
;;; ui/vc-gutter/packages.el
(package! diff-hl :pin "9e39dfc666ac03a8474b3a05da17e0c935894414")
(package! diff-hl :pin "65a5de16e21c87b7c12a78a63fc3b57e07c03c86")