mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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;
|
||||
};
|
||||
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user