From 9da3ffee41fa481a404a5fb19b7128d557df6114 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 2 Oct 2018 09:54:39 -0400 Subject: Update Emacs packages 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. --- .../emacs/.emacs.d/elpa/magit-20180913.1247/magit-pkg.el | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 configs/shared/emacs/.emacs.d/elpa/magit-20180913.1247/magit-pkg.el (limited to 'configs/shared/emacs/.emacs.d/elpa/magit-20180913.1247/magit-pkg.el') diff --git a/configs/shared/emacs/.emacs.d/elpa/magit-20180913.1247/magit-pkg.el b/configs/shared/emacs/.emacs.d/elpa/magit-20180913.1247/magit-pkg.el new file mode 100644 index 000000000000..0f232fe5579f --- /dev/null +++ b/configs/shared/emacs/.emacs.d/elpa/magit-20180913.1247/magit-pkg.el @@ -0,0 +1,11 @@ +(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: -- cgit 1.4.1