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.

12 line
308 B

4 年之前
  1. (define-package "magit" "20190802.1057" "A Git porcelain inside Emacs."
  2. '((emacs "25.1")
  3. (async "20180527")
  4. (dash "20180910")
  5. (git-commit "20181104")
  6. (transient "20190528")
  7. (with-editor "20181103"))
  8. :keywords
  9. '("git" "tools" "vc"))
  10. ;; Local Variables:
  11. ;; no-byte-compile: t
  12. ;; End: