emacs/code/elpa/use-package-20221029.1857/use-package-pkg.el

14 lines
474 B
EmacsLisp
Raw Normal View History

2022-11-08 03:31:08 +00:00
(define-package "use-package" "20221029.1857" "A configuration macro for simplifying your .emacs"
'((emacs "24.3")
(bind-key "2.4"))
2022-11-08 03:31:08 +00:00
:commit "0be480ea77655304a4e6aa9d38d9d9a251b2bd32" :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: