From 06f0d411e8cc05d0c5c830c68fd8fc0464855947 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Tue, 16 Jul 2013 19:20:50 +0300 Subject: [PATCH] Split flx into 2 separate package The flx repository actually contains two packages - `flx` and `flx-ido` (which depends on `flx`). The `flx` is meant to be used by various front-ends so it makes perfect sense to be distributed separately from the `ido` front-end. --- recipes/flx | 4 +++- recipes/flx-ido | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 recipes/flx-ido diff --git a/recipes/flx b/recipes/flx index 57385d5a..bc574fee 100644 --- a/recipes/flx +++ b/recipes/flx @@ -1 +1,3 @@ -(flx :fetcher github :repo "lewang/flx") +(flx :repo "lewang/flx" + :fetcher github + :files ("flx.el")) diff --git a/recipes/flx-ido b/recipes/flx-ido new file mode 100644 index 00000000..d60a3355 --- /dev/null +++ b/recipes/flx-ido @@ -0,0 +1,3 @@ +(flx-ido :repo "lewang/flx" + :fetcher github + :files ("flx-ido.el"))