Merge pull request #889 from bbatsov/flx

Split flx into 2 separate package
This commit is contained in:
Steve Purcell 2013-07-16 11:32:27 -07:00
commit 63bdf3ae2f
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"))