Files
emacs/lisp/diff-hl/diff-hl-pkg.el
2022-01-04 15:21:47 +01:00

14 lines
405 B
EmacsLisp

(define-package "diff-hl" "20211106.2353" "Highlight uncommitted changes using VC"
'((cl-lib "0.2")
(emacs "25.1"))
:commit "6fa3af0843093f44e028584a93eef091ec7e79d2" :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: