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

10 lines
304 B
EmacsLisp
Raw Normal View History

2018-04-01 16:30:32 +02:00
(define-package "use-package" "20180314.1143" "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: