1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

emacs-moe-theme: init at 1.0

Added the delightfully colorful "moe-theme" to the emacs package-set.

Tested; builds and works in the packaged emacs

https://github.com/kuanyui/moe-theme.el
This commit is contained in:
RoboNickBot 2015-07-12 21:09:55 +00:00
parent c87ee37b55
commit 6e5d34cac7

View file

@ -839,6 +839,18 @@ let self = _self // overrides;
meta = { license = gpl3Plus; };
};
moe-theme = melpaBuild rec {
pname = "moe-theme";
version = "1.0";
src = fetchFromGitHub {
owner = "kuanyui";
repo = "${pname}.el";
rev = "39384a7a9e6886f3a3d79efac4009fcd800a4a14";
sha256 = "0i7m15x9sij5wh0gwbijsis8a4jm8izywj7xprk21644ndskvfiz";
};
meta = { license = gpl3Plus; };
};
monokai-theme = melpaBuild rec {
pname = "monokai-theme";
version = "1.0.0";