Files
emacs/lisp/diff-hl/diff-hl-pkg.el
2021-01-08 19:32:30 +01:00

14 lines
404 B
EmacsLisp

(define-package "diff-hl" "20210107.220" "Highlight uncommitted changes using VC"
'((cl-lib "0.2")
(emacs "24.3"))
:commit "89aeb2fc8b24b6c4de4394f85041c5dd5fa60dad" :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: