emacs-monokai-theme: 1.0.0 -> 2.2.1

This commit is contained in:
Thomas Tuegel 2016-09-26 08:09:16 -05:00
parent ef14235ebf
commit 51084543b1
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -307,21 +307,6 @@ let
};
};
monokai-theme = melpaBuild rec {
pname = "monokai-theme";
version = "1.0.0";
src = fetchFromGitHub {
owner = "oneKelvinSmith";
repo = "monokai-emacs";
rev = "v${version}";
sha256 = "02w7k4s4698p4adjy4a36na28sb1s2zw4xsjs7p2hv9iiw9kmyvz";
};
meta = {
description = "An Emacs port of TextMate' Monokai theme inspired by Zenburn theme";
license = gpl3Plus;
};
};
multiple-cursors = melpaBuild rec {
pname = "multiple-cursors";
version = "20150627";