Klimi's new dotfiles with stow.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

13 行
423 B

  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: