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

9 lines
302 B
EmacsLisp
Raw Normal View History

2018-02-19 22:05:23 +01:00
(define-package "use-package" "20180206.1414" "A configuration macro for simplifying your .emacs"
2017-12-17 10:22:15 +01:00
'((emacs "24.3")
(bind-key "2.4"))
:url "https://github.com/jwiegley/use-package" :keywords
'("dotemacs" "startup" "speed" "config" "package"))
;; Local Variables:
;; no-byte-compile: t
;; End: