mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
emacs-ido-ubiquitous: 2.17 -> 3.14
This commit is contained in:
parent
8fe803fb81
commit
44d0123259
1 changed files with 0 additions and 15 deletions
|
@ -284,21 +284,6 @@ let
|
|||
inherit (external.rtags) meta;
|
||||
};
|
||||
|
||||
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 should do in Emacs";
|
||||
license = gpl3Plus;
|
||||
};
|
||||
};
|
||||
|
||||
idris-mode = melpaBuild rec {
|
||||
pname = "idris-mode";
|
||||
version = "0.9.19";
|
||||
|
|
Loading…
Reference in a new issue