Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 line
423 B

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