add package dependencies

This commit is contained in:
2025-07-06 21:26:51 +02:00
parent 65dedd3df8
commit 807d0f28f6
23 changed files with 8249 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "dirvish" "20250504.807"
"A modern file manager based on dired mode."
'((emacs "28.1")
(compat "30"))
:url "https://github.com/alexluigit/dirvish"
:commit "d877433f957a363ad78b228e13a8e5215f2d6593"
:revdesc "d877433f957a"
:keywords '("files" "convenience")
:authors '(("Alex Lu" . "https://github.com/alexluigit"))
:maintainers '(("Alex Lu" . "https://github.com/alexluigit")))