9da3ffee41
This is a massive diff that I had to do in a hurry - when leaving Urbint. I'm pretty sure that most of these are updating Emacs packages, but I'm not positive.
11 lines
296 B
EmacsLisp
11 lines
296 B
EmacsLisp
(define-package "magit" "20180913.1247" "A Git porcelain inside Emacs."
|
|
'((emacs "25.1")
|
|
(async "20180527")
|
|
(dash "20180413")
|
|
(ghub "20180417")
|
|
(git-commit "20180602")
|
|
(magit-popup "20180509")
|
|
(with-editor "20180414")))
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|