commit | author | age | ||
5cb5f7 | 1 | (define-package "diff-hl" "20180201.1155" "Highlight uncommitted changes using VC" |
C | 2 | '((cl-lib "0.2") |
3 | (emacs "24.3")) | |
4 | :keywords | |
5 | '("vc" "diff") | |
6 | :authors | |
7 | '(("Dmitry Gutov" . "dgutov@yandex.ru")) | |
8 | :maintainer | |
9 | '("Dmitry Gutov" . "dgutov@yandex.ru") | |
10 | :url "https://github.com/dgutov/diff-hl") | |
11 | ;; Local Variables: | |
12 | ;; no-byte-compile: t | |
13 | ;; End: |