14 lines
405 B
EmacsLisp
14 lines
405 B
EmacsLisp
(define-package "diff-hl" "20221007.2147" "Highlight uncommitted changes using VC"
|
|
'((cl-lib "0.2")
|
|
(emacs "25.1"))
|
|
:commit "68fb280b300c5d8460cc7b9183e29fb3ec604136" :authors
|
|
'(("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:
|