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

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

[elpa] externals/kiwix 1645c5b659 04/15: kiwix search keywords async com


From: ELPA Syncer
Subject: [elpa] externals/kiwix 1645c5b659 04/15: kiwix search keywords async completion read with Helm support
Date: Wed, 7 Dec 2022 19:58:02 -0500 (EST)

branch: externals/kiwix
commit 1645c5b659a74c7fe3cae364b967edd45f64d61c
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@gmail.com>

    kiwix search keywords async completion read with Helm support
---
 kiwix.el | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/kiwix.el b/kiwix.el
index 1086765a77..ee1fe14195 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -373,11 +373,12 @@ list and return a list result."
     ('helm
      (require 'helm)
      (helm
-      :source (helm-build-async-source "kiwix-helm-search-hints"
-                :candidates-process
-                (lambda (input)
-                  (apply #'kiwix--ajax-search-hints
-                         input `(,zim-library))))
+      :source (helm-build-async-source
+               "kiwix-helm-search-hints"
+               :candidates-process
+               (lambda (input)
+                 (apply #'kiwix--ajax-search-hints
+                        input `(,zim-library))))
       :input (kiwix--get-thing-at-point)
       :buffer "*helm kiwix completion candidates*"))
     (_



reply via email to

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