mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
emacs-multiple-cursors: 20150627 -> 1.4.0
This commit is contained in:
parent
51084543b1
commit
c344ac70dd
@ -307,21 +307,6 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
multiple-cursors = melpaBuild rec {
|
|
||||||
pname = "multiple-cursors";
|
|
||||||
version = "20150627";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "magnars";
|
|
||||||
repo = "multiple-cursors.el";
|
|
||||||
rev = "9b53e892e6167f930763a3c5aedf8773110a8ae9";
|
|
||||||
sha256 = "0wcrdb137a9aq6dynlqbvypb6m2dj48m899xwy7ilnf2arrmipid";
|
|
||||||
};
|
|
||||||
meta = {
|
|
||||||
description = "Edit text in many places simultaneously in Emacs";
|
|
||||||
license = gpl3Plus; # TODO
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
nyan-mode = callPackage ../applications/editors/emacs-modes/nyan-mode {
|
nyan-mode = callPackage ../applications/editors/emacs-modes/nyan-mode {
|
||||||
inherit lib;
|
inherit lib;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user