Files
emacs/lisp/diff-hl/diff-hl-pkg.el
2025-12-25 11:44:13 +01:00

12 lines
435 B
EmacsLisp

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