Files
emacs-conf/lisp/diff-hl/diff-hl-pkg.el
2026-06-27 11:34:21 +02:00

12 lines
435 B
EmacsLisp

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