14 lines
487 B
EmacsLisp
14 lines
487 B
EmacsLisp
|
(define-package "use-package" "20230203.2004" "A configuration macro for simplifying your .emacs"
|
||
|
'((emacs "24.3")
|
||
|
(bind-key "2.4"))
|
||
|
:commit "77945e002f11440eae72d8730d3de218163d551e" :authors
|
||
|
'(("John Wiegley" . "johnw@newartisans.com"))
|
||
|
:maintainer
|
||
|
'("John Wiegley" . "johnw@newartisans.com")
|
||
|
:keywords
|
||
|
'("dotemacs" "startup" "speed" "config" "package" "extensions")
|
||
|
:url "https://github.com/jwiegley/use-package")
|
||
|
;; Local Variables:
|
||
|
;; no-byte-compile: t
|
||
|
;; End:
|