fix(vc-gutter): diff-hl-revert-hunk misplacing point

Close: #8252
This commit is contained in:
Henrik Lissner
2025-02-26 00:21:56 -05:00
parent bca4265e64
commit bf528be137

View File

@ -93,7 +93,7 @@ Respects `diff-hl-disable-on-remote'."
(put 'diff-hl-mode 'last graphic?))))))))
:config
(set-popup-rule! "^\\*diff-hl" :select nil :size '+popup-shrink-to-fit)
(set-popup-rule! "^\\*diff-hl" :select nil)
(setq diff-hl-global-modes '(not image-mode pdf-view-mode))
;; PERF: A slightly faster algorithm for diffing.