mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-18 21067e7cbe6d7a0f65ff5c317a96b5c337b0b3d8
commit | author | age
5cb5f7 1 (define-package "magit" "20181116.1412" "A Git porcelain inside Emacs."
C 2   '((emacs "25.1")
3     (async "20180527")
4     (dash "20180910")
5     (ghub "20181107")
6     (git-commit "20181104")
7     (magit-popup "20181003")
8     (with-editor "20181103")))
9 ;; Local Variables:
10 ;; no-byte-compile: t
11 ;; End: