From 407eab30f1e372e9a70c351b1464e30d77865e06 Mon Sep 17 00:00:00 2001 From: Le Wang Date: Tue, 6 Jan 2015 15:19:52 -0500 Subject: [PATCH] Reflect flx upstream variable name fix. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 913ecf7..cd3b039 100644 --- a/README.md +++ b/README.md @@ -638,11 +638,11 @@ Prelude swaps the default `ido` flex matching with the more powerful The sorting algorithm `flx` uses is more complex, but yields better results. -On slower machines, it may be necessary to lower `flx-ido-threshhold` to +On slower machines, it may be necessary to lower `flx-ido-threshold` to ensure a smooth experience. ```lisp -(setq flx-ido-threshhold 1000) +(setq flx-ido-threshold 1000) ``` You can always disable the improved sorting algorithm all together like this: