mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-27 14:23:43 -05:00
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
5 lines
128 B
EmacsLisp
5 lines
128 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/vc-gutter/packages.el
|
|
|
|
(package! diff-hl :pin "0fe1bc0fd8716e8521f49fdbeae68da64ea4772f")
|