branch: elpa/flx
commit dc739574ad6c6bc67f03824634e06bfc3cda5dcd
Author: Le Wang <le.w...@agworld.com.au>
Commit: Le Wang <le.w...@agworld.com.au>

    add helm demo without flx
---
 flx-scratch-helm.el | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/flx-scratch-helm.el b/flx-scratch-helm.el
index 29f74251a5..61b9a8b569 100644
--- a/flx-scratch-helm.el
+++ b/flx-scratch-helm.el
@@ -67,3 +67,15 @@ The score info we add here is later removed with another 
filter."
 (defun flx-helm-demo ()
   (interactive)
   (helm :sources '(flx-helm-candidate-list-test)))
+
+
+(setq flx-helm-no-flx
+      '((name . "flx no flx")
+        (candidates . flx-helm-test-candidates)
+        (volatile)
+        ))
+
+(defun flx-helm-no-flx ()
+  "Test Helm's volatile performance without flx."
+  (interactive)
+  (helm :sources '(flx-helm-no-flx)))
\ No newline at end of file

Reply via email to