Add flx to list of default packages

This commit is contained in:
Bozhidar Batsov 2013-07-13 10:01:19 +03:00
parent e70cd713f1
commit f341074dd8
4 changed files with 22 additions and 1 deletions

View file

@ -430,6 +430,18 @@ you don't like that simply add this to your personal config:
'move-beginning-of-line)
```
### Poor ido matching performance on large datasets
Prelude swaps the default `ido` flex matching with the more powerful
[ido-flx](https://github.com/lewang/flx). This might introduce some
performance problems with huge datasets. If you experience lag in
`ido`, please, report an issue upstream. You can always disable the
improved matching algorithm like this:
```lisp
(flx-ido-mode -1)
```
### Windows compatibility
While everything in Prelude should work fine in Windows, I test it only