emacs-git-auto-commit-mode: 4.4.0 -> 4.4.0
This commit is contained in:
parent
328ca89a4d
commit
50d263fb81
@ -284,21 +284,6 @@ let
|
|||||||
inherit (external.rtags) meta;
|
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 {
|
git-gutter = melpaBuild rec {
|
||||||
pname = "git-gutter";
|
pname = "git-gutter";
|
||||||
version = "20150930";
|
version = "20150930";
|
||||||
|
Loading…
Reference in New Issue
Block a user