Files
emacs/lisp/use-package/use-package-pkg.el
2021-01-08 19:32:30 +01:00

14 lines
474 B
EmacsLisp

(define-package "use-package" "20210106.2145" "A configuration macro for simplifying your .emacs"
'((emacs "24.3")
(bind-key "2.4"))
:commit "365c73d2618dd0040a32c2601c5456ab5495b812" :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: