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.
This commit is contained in:
Bozhidar Batsov 2013-07-16 19:20:50 +03:00
parent 4d89e4006a
commit 06f0d411e8
2 changed files with 6 additions and 1 deletions

View file

@ -1 +1,3 @@
(flx :fetcher github :repo "lewang/flx")
(flx :repo "lewang/flx"
:fetcher github
:files ("flx.el"))

3
recipes/flx-ido Normal file
View file

@ -0,0 +1,3 @@
(flx-ido :repo "lewang/flx"
:fetcher github
:files ("flx-ido.el"))