emacs/code/elpa/dired-hacks-utils-20240629.1906/dired-hacks-utils-pkg.el

16 lines
506 B
EmacsLisp
Raw Normal View History

2024-07-28 16:03:37 +00:00
(define-package "dired-hacks-utils" "20240629.1906" "Utilities and helpers for dired-hacks collection"
'((dash "2.5.0")
(emacs "24.3"))
:commit "63b04d17936c98cb4ad7ce6bc3331cda8e30c55a" :authors
2023-07-27 19:42:55 +00:00
'(("Matúš Goljer" . "matus.goljer@gmail.com"))
:maintainers
'(("Matúš Goljer" . "matus.goljer@gmail.com"))
:maintainer
'("Matúš Goljer" . "matus.goljer@gmail.com")
:keywords
2024-07-28 16:03:37 +00:00
'("files")
:url "https://github.com/Fuco1/dired-hacks")
2023-07-27 19:42:55 +00:00
;; Local Variables:
;; no-byte-compile: t
;; End: