emacs/org/elpa/use-package-20220910.25/use-package-pkg.el

14 lines
472 B
EmacsLisp

(define-package "use-package" "20220910.25" "A configuration macro for simplifying your .emacs"
'((emacs "24.3")
(bind-key "2.4"))
:commit "9407f5f01c78ec3cb180f76eaf3adab35b80e3c3" :authors
'(("John Wiegley" . "johnw@newartisans.com"))
:maintainer
'("John Wiegley" . "johnw@newartisans.com")
:keywords
'("dotemacs" "startup" "speed" "config" "package")
:url "https://github.com/jwiegley/use-package")
;; Local Variables:
;; no-byte-compile: t
;; End: