mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
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:
parent
4d89e4006a
commit
06f0d411e8
2 changed files with 6 additions and 1 deletions
|
@ -1 +1,3 @@
|
|||
(flx :fetcher github :repo "lewang/flx")
|
||||
(flx :repo "lewang/flx"
|
||||
:fetcher github
|
||||
:files ("flx.el"))
|
||||
|
|
3
recipes/flx-ido
Normal file
3
recipes/flx-ido
Normal file
|
@ -0,0 +1,3 @@
|
|||
(flx-ido :repo "lewang/flx"
|
||||
:fetcher github
|
||||
:files ("flx-ido.el"))
|
Loading…
Reference in a new issue