branch: elpa/flx
commit 387d1ee048e557d9bdfc2934f98a2c034b3934b4
Author: Le Wang <[email protected]>
Commit: Le Wang <[email protected]>
update ido implementation with ido demo
---
flx-ido.el | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/flx-ido.el b/flx-ido.el
index 0d66727099..c55dbe842d 100644
--- a/flx-ido.el
+++ b/flx-ido.el
@@ -37,7 +37,10 @@
(setq ido-enable-flex-matching t)
-
+(defun ido-demo ()
+ (interactive)
+ (require 'flx-test-list)
+ (ido-completing-read ": " foo-list))
;;;;;;;;;;;;;;;;;;;;;;;;; testing