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