Klimi's new dotfiles with stow.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

13 rader
423 B

4 år sedan
  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: