emacs-gitattributes-mode: 1.0.0 -> 1.2.2
This commit is contained in:
parent
397834c47e
commit
2c1f1084bc
@ -284,22 +284,6 @@ let
|
|||||||
inherit (external.rtags) meta;
|
inherit (external.rtags) meta;
|
||||||
};
|
};
|
||||||
|
|
||||||
gitattributes-mode = melpaBuild rec {
|
|
||||||
pname = "gitattributes-mode";
|
|
||||||
version = "1.0.0";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "magit";
|
|
||||||
repo = "git-modes";
|
|
||||||
rev = version;
|
|
||||||
sha256 = "12a1xs3w2dp1a55qhc01dwjkavklgfqnn3yw85dhi4jdz8r8j7m0";
|
|
||||||
};
|
|
||||||
files = [ "gitattributes-mode.el" ];
|
|
||||||
meta = {
|
|
||||||
description = "Emacs major-mode for editing gitattributes files";
|
|
||||||
license = gpl3Plus;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
gitconfig-mode = melpaBuild rec {
|
gitconfig-mode = melpaBuild rec {
|
||||||
pname = "gitconfig-mode";
|
pname = "gitconfig-mode";
|
||||||
version = "1.0.0";
|
version = "1.0.0";
|
||||||
|
Loading…
Reference in New Issue
Block a user