Files
emacs-conf/lisp/diff-hl/diff-hl-pkg.el

12 lines
436 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "diff-hl" "20260328.1925"
"Highlight uncommitted changes using VC."
'((cl-lib "0.2")
(emacs "26.1"))
:url "https://github.com/dgutov/diff-hl"
:commit "b965e19e6e7f9933199e421849a49229207c1c9f"
:revdesc "b965e19e6e7f"
:keywords '("vc" "diff")
:authors '(("Dmitry Gutov" . "dmitry@gutov.dev"))
:maintainers '(("Dmitry Gutov" . "dmitry@gutov.dev")))