emacs-autotetris -> emacs-autotetris-mode

This commit is contained in:
Thomas Tuegel 2016-09-26 07:29:23 -05:00
parent 6ead4b3787
commit 695cb73c04
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -151,22 +151,6 @@ let
};
};
autotetris = melpaBuild {
pname = "autotetris-mode";
version = "20141114.846";
src = fetchFromGitHub {
owner = "skeeto";
repo = "autotetris-mode";
rev = "7d348d33829bc89ddbd2b4d5cfe5073c3b0cbaaa";
sha256 = "14pjsb026mgjf6l3dggy255knr7c1vfmgb6kgafmkzvr96aglcdc";
};
files = [ "autotetris-mode.el" ];
meta = {
description = "For those who are too busy to play Emacs tetris";
license = unlicense;
};
};
avy = melpaBuild rec {
pname = "avy";
version = "0.3.0";