mirror of
https://github.com/correl/melpa.git
synced 2024-11-15 03:00:14 +00:00
Merge pull request #889 from bbatsov/flx
Split flx into 2 separate package
This commit is contained in:
commit
63bdf3ae2f
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