mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 22:19:17 +03:00
emacs-packages: add rainbow-delimiters-2.1.1
This commit is contained in:
parent
2a8b5cdc91
commit
3cc43fa386
1 changed files with 15 additions and 0 deletions
|
@ -882,6 +882,21 @@ let self = _self // overrides;
|
||||||
meta = { license = gpl3Plus; };
|
meta = { license = gpl3Plus; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
rainbow-delimiters = melpaBuild rec {
|
||||||
|
pname = "rainbow-delimiters";
|
||||||
|
version = "2.1.1";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "Fanael";
|
||||||
|
repo = pname;
|
||||||
|
rev = version;
|
||||||
|
sha256 = "0gxc8j5a14bc9mp43cbcz41ipc0z1yvmypg52dnl8hadirry20gd";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
description = "Highlight delimiters with colors according to their depth";
|
||||||
|
license = gpl3Plus;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
request = melpaBuild rec {
|
request = melpaBuild rec {
|
||||||
pname = "request";
|
pname = "request";
|
||||||
version = "0.2.0";
|
version = "0.2.0";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue