mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-27 14:23:43 -05:00
revert: diff-hl
dgutov/diff-hl@39f076efa8 -> dgutov/diff-hl@0fe1bc0fd8
diff-hl introduced changes that require Emacs 31+ that can't be
trivially advised out or worked around. Until it's resolved upstream,
I've reverted diff-hl to one commit behind dgutov/diff-hl@7a89c85b89.
Fix: #8464
Ref: dgutov/diff-hl@7a89c85b89
Amend: a1121acc94
This commit is contained in:
@@ -171,7 +171,10 @@ Respects `diff-hl-disable-on-remote'."
|
||||
(null (buffer-file-name (buffer-base-buffer)))
|
||||
(null (get-buffer-window (current-buffer))))
|
||||
(setq diff-hl-timer nil)
|
||||
(if (diff-hl--use-async-p)
|
||||
(if (and diff-hl-update-async
|
||||
(not
|
||||
(run-hook-with-args-until-success 'diff-hl-async-inhibit-functions
|
||||
default-directory)))
|
||||
(progn
|
||||
(+vc-gutter--kill-thread)
|
||||
(setq +vc-gutter--diff-hl-thread
|
||||
|
@@ -1,4 +1,4 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/vc-gutter/packages.el
|
||||
|
||||
(package! diff-hl :pin "39f076efa85110c4bcc9b73994f30a7d52312c98")
|
||||
(package! diff-hl :pin "0fe1bc0fd8716e8521f49fdbeae68da64ea4772f")
|
||||
|
Reference in New Issue
Block a user