multiple-cursors: init at 20150627
This commit is contained in:
parent
8e16c57424
commit
afacbf7123
|
@ -851,6 +851,17 @@ let self = _self // overrides;
|
||||||
meta = { license = gpl3Plus; };
|
meta = { license = gpl3Plus; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
multiple-cursors = melpaBuild rec {
|
||||||
|
pname = "multiple-cursors";
|
||||||
|
version = "20150627";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "magnars";
|
||||||
|
repo = "multiple-cursors.el";
|
||||||
|
rev = "9b53e892e6167f930763a3c5aedf8773110a8ae9";
|
||||||
|
sha256 = "0wcrdb137a9aq6dynlqbvypb6m2dj48m899xwy7ilnf2arrmipid";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
nyan-mode = callPackage ../applications/editors/emacs-modes/nyan-mode {};
|
nyan-mode = callPackage ../applications/editors/emacs-modes/nyan-mode {};
|
||||||
|
|
||||||
org-plus-contrib = melpaBuild rec {
|
org-plus-contrib = melpaBuild rec {
|
||||||
|
|
Loading…
Reference in New Issue