emacs-swiper: 0.7.0 -> 0.8.0
This commit is contained in:
parent
4e26fff784
commit
fc960d2ad8
@ -337,25 +337,6 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
swiper = melpaBuild rec {
|
||||
pname = "swiper";
|
||||
version = "0.7.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "abo-abo";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1kahl3h18vsjkbqvd84fb2w45s4srsiydn6jiv49vvg1yaxzxcbm";
|
||||
};
|
||||
fileSpecs = [ "swiper.el" "ivy.el" "colir.el" "counsel.el" ];
|
||||
meta = {
|
||||
description = "Overview as you search for a regex in Emacs";
|
||||
license = gpl3Plus;
|
||||
};
|
||||
};
|
||||
ivy = swiper;
|
||||
|
||||
#TODO: swiper-helm
|
||||
|
||||
switch-window = melpaBuild rec {
|
||||
pname = "switch-window";
|
||||
version = "20140919";
|
||||
|
Loading…
Reference in New Issue
Block a user