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

16 lines
550 B
EmacsLisp
Raw Normal View History

2023-08-10 14:03:04 +00:00
(define-package "use-package" "20230426.2324" "A configuration macro for simplifying your .emacs"
2022-08-25 15:19:45 +00:00
'((emacs "24.3")
(bind-key "2.4"))
2023-08-10 14:03:04 +00:00
:commit "b59b4dc2361c7b351238990d0c34eece8d79ecf0" :authors
'(("John Wiegley" . "johnw@newartisans.com"))
:maintainers
2022-08-25 15:19:45 +00:00
'(("John Wiegley" . "johnw@newartisans.com"))
:maintainer
'("John Wiegley" . "johnw@newartisans.com")
:keywords
2023-08-10 14:03:04 +00:00
'("dotemacs" "startup" "speed" "config" "package" "extensions")
2022-08-25 15:19:45 +00:00
:url "https://github.com/jwiegley/use-package")
;; Local Variables:
;; no-byte-compile: t
;; End: