mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
emacs-autotetris -> emacs-autotetris-mode
This commit is contained in:
parent
6ead4b3787
commit
695cb73c04
1 changed files with 0 additions and 16 deletions
|
@ -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 {
|
avy = melpaBuild rec {
|
||||||
pname = "avy";
|
pname = "avy";
|
||||||
version = "0.3.0";
|
version = "0.3.0";
|
||||||
|
|
Loading…
Reference in a new issue