emacs-packages: add swiper
This commit is contained in:
parent
9130b8d877
commit
927faba5c7
@ -1091,6 +1091,19 @@ let self = _self // overrides;
|
||||
};
|
||||
};
|
||||
|
||||
swiper = melpaBuild rec {
|
||||
pname = "swiper";
|
||||
version = "0.4.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "abo-abo";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1skgw84j5a59ds86bpdcaf3c8iq2m0fz720chjh91ixhkavvdd87";
|
||||
};
|
||||
fileSpecs = [ "swiper.el" "ivy.el" "colir.el" ];
|
||||
meta = { license = gpl3Plus; };
|
||||
};
|
||||
|
||||
switch-window = melpaBuild rec {
|
||||
pname = "switch-window";
|
||||
version = "20140919";
|
||||
|
Loading…
Reference in New Issue
Block a user