.emacs.d/elpa/use-package-20180613.2219/use-package-pkg.el

10 lines
304 B
EmacsLisp

(define-package "use-package" "20180613.2219" "A configuration macro for simplifying your .emacs"
'((emacs "24.3")
(bind-key "2.4"))
:keywords
'("dotemacs" "startup" "speed" "config" "package")
:url "https://github.com/jwiegley/use-package")
;; Local Variables:
;; no-byte-compile: t
;; End: