dotfiles/emacs/elpa/use-package-20210206.921/use-package-pkg.el
2021-02-13 14:48:59 +02:00

13 lines
473 B
EmacsLisp

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