17ee0e400b
After moving off of Meta, Dotfiles has a greater responsibility to manage configs. Vim, Tmux, and Emacs are now within Stow's purview.
9 lines
304 B
EmacsLisp
9 lines
304 B
EmacsLisp
(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:
|