add lisp packages
This commit is contained in:
13
lisp/diff-hl/diff-hl-pkg.el
Normal file
13
lisp/diff-hl/diff-hl-pkg.el
Normal file
@@ -0,0 +1,13 @@
|
||||
(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:
|
||||
Reference in New Issue
Block a user