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