emacs-git-auto-commit-mode: 4.4.0 -> 4.4.0

This commit is contained in:
Thomas Tuegel 2016-09-26 07:46:45 -05:00
parent 328ca89a4d
commit 50d263fb81
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -284,21 +284,6 @@ let
inherit (external.rtags) meta;
};
git-auto-commit-mode = melpaBuild rec {
pname = "git-auto-commit-mode";
version = "4.4.0";
src = fetchFromGitHub {
owner = "ryuslash";
repo = pname;
rev = version;
sha256 = "0psmr7749nzxln4b500sl3vrf24x3qijp12ir0i5z4x25k72hrlh";
};
meta = {
description = "Automatically commit to Git after each save";
license = gpl3Plus;
};
};
git-gutter = melpaBuild rec {
pname = "git-gutter";
version = "20150930";