emacs-gitconfig-mode: 1.0.0 -> 1.2.2

This commit is contained in:
Thomas Tuegel 2016-09-26 07:48:45 -05:00
parent 2c1f1084bc
commit 7f385f91fe
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -284,22 +284,6 @@ let
inherit (external.rtags) meta;
};
gitconfig-mode = melpaBuild rec {
pname = "gitconfig-mode";
version = "1.0.0";
src = fetchFromGitHub {
owner = "magit";
repo = "git-modes";
rev = version;
sha256 = "12a1xs3w2dp1a55qhc01dwjkavklgfqnn3yw85dhi4jdz8r8j7m0";
};
files = [ "gitconfig-mode.el" ];
meta = {
description = "Emacs major-mode for editing gitconfig files";
license = gpl3Plus;
};
};
gitignore-mode = melpaBuild rec {
pname = "gitignore-mode";
version = "1.0.0";