mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
add ido-ubiquitous emacs package
This commit is contained in:
parent
e7061857c1
commit
34e69a2572
@ -512,6 +512,22 @@ let self = _self // overrides;
|
||||
meta = { licence = gpl3Plus; };
|
||||
};
|
||||
|
||||
ido-ubiquitous = melpaBuild rec {
|
||||
pname = "ido-ubiquitous";
|
||||
version = "2.17";
|
||||
src = fetchFromGitHub {
|
||||
owner = "DarwinAwardWinner";
|
||||
repo = pname;
|
||||
rev = "323e4cddc05d5a4546c1b64132b2b1e9f8896452";
|
||||
sha256 = "0wdjz3cqzrxhrk68g5gyvc9j2rb6f4yw00xbjgw9ldwlhmkwy5ja";
|
||||
};
|
||||
meta = {
|
||||
description = "Does what you expected ido-everywhere to do in Emacs";
|
||||
homepage = https://github.com/DarwinAwardWinner/ido-ubiquitous/;
|
||||
license = gpl3Plus;
|
||||
};
|
||||
};
|
||||
|
||||
idris-mode = melpaBuild rec {
|
||||
pname = "idris-mode";
|
||||
version = "0.9.15";
|
||||
|
Loading…
Reference in New Issue
Block a user