blob: f8b66a5070efc69562f8cd9aa1b39f6a51b5c718 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
(define-package "use-package" "20180715.1101" "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:
|