Added emacs prelude and config

This commit is contained in:
TuDatTr
2018-01-09 04:06:05 +01:00
parent 87a671756a
commit 505d3526b8
1129 changed files with 308314 additions and 5398 deletions

View File

@@ -0,0 +1,8 @@
(define-package "diff-hl" "20170709.2000" "Highlight uncommitted changes using VC"
'((cl-lib "0.2")
(emacs "24.3"))
:url "https://github.com/dgutov/diff-hl" :keywords
'("vc" "diff"))
;; Local Variables:
;; no-byte-compile: t
;; End: