Add autotetris-mode, automatically play emacs tetris

This commit is contained in:
Pascal Wittmann 2015-05-27 18:11:48 +02:00
parent b94e4348ac
commit 5e5eaf0fba

View File

@ -198,6 +198,19 @@ let self = _self // overrides;
};
};
autotetris = melpaBuild {
pname = "autotetris-mode";
version = "20141114.846";
src = fetchFromGitHub {
owner = "skeeto";
repo = "autotetris-mode";
rev = "7d348d33829bc89ddbd2b4d5cfe5073c3b0cbaaa";
sha256 = "14pjsb026mgjf6l3dggy255knr7c1vfmgb6kgafmkzvr96aglcdc";
};
files = [ "autotetris-mode.el" ];
meta = { license = unlicense; };
};
bind-key = melpaBuild {
pname = "bind-key";
version = "20150317";