emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/flx dc739574ad 011/182: add helm demo without flx


From: ELPA Syncer
Subject: [nongnu] elpa/flx dc739574ad 011/182: add helm demo without flx
Date: Tue, 13 Dec 2022 03:59:14 -0500 (EST)

branch: elpa/flx
commit dc739574ad6c6bc67f03824634e06bfc3cda5dcd
Author: Le Wang <le.wang@agworld.com.au>
Commit: Le Wang <le.wang@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

[Prev in Thread] Current Thread [Next in Thread]