mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-17 5cb5f70b1872a757e93ea333b0e2dca50c6c8957
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: