blob: e9364fd1f05018721724c96f3eb7588a1363ee57 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
(define-package "use-package" "20180715.1801" "A configuration macro for simplifying your .emacs"
'((emacs "24.3")
(bind-key "2.4"))
:keywords
'("dotemacs" "startup" "speed" "config" "package")
:authors
'(("John Wiegley" . "johnw@newartisans.com"))
:maintainer
'("John Wiegley" . "johnw@newartisans.com")
:url "https://github.com/jwiegley/use-package")
;; Local Variables:
;; no-byte-compile: t
;; End:
|