Files
emacs/lisp/diff-hl/diff-hl-pkg.el
2020-12-05 21:29:49 +01:00

14 lines
405 B
EmacsLisp

(define-package "diff-hl" "20200604.1223" "Highlight uncommitted changes using VC"
'((cl-lib "0.2")
(emacs "24.3"))
:commit "176f931a9bfc6bc6fc5360c6ed7128ff96b21289" :keywords
'("vc" "diff")
:authors
'(("Dmitry Gutov" . "dgutov@yandex.ru"))
:maintainer
'("Dmitry Gutov" . "dgutov@yandex.ru")
:url "https://github.com/dgutov/diff-hl")
;; Local Variables:
;; no-byte-compile: t
;; End: