summaryrefslogtreecommitdiff
path: root/emacs.d/elpa/use-package-20200322.2110/use-package-pkg.el
blob: d91e3037cd4ec4b4a5e8f6d4c0a40ace46911ff7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(define-package "use-package" "20200322.2110" "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: