16 lines
463 B
EmacsLisp
16 lines
463 B
EmacsLisp
(define-package "diff-hl" "20250223.2320" "Highlight uncommitted changes using VC"
|
|
'((cl-lib "0.2")
|
|
(emacs "25.1"))
|
|
:commit "685e99135001da13caecdff71acea1ee20bed373" :authors
|
|
'(("Dmitry Gutov" . "dmitry@gutov.dev"))
|
|
:maintainers
|
|
'(("Dmitry Gutov" . "dmitry@gutov.dev"))
|
|
:maintainer
|
|
'("Dmitry Gutov" . "dmitry@gutov.dev")
|
|
:keywords
|
|
'("vc" "diff")
|
|
:url "https://github.com/dgutov/diff-hl")
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|