branch: externals/kiwix
commit 5d2512174f8bbd8bd461f970a1bd2d7b273c3066
Author: stardiviner <[email protected]>
Commit: stardiviner <[email protected]>
fix alias function name
---
kiwix.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kiwix.el b/kiwix.el
index e87a7bd..5a9d144 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -90,7 +90,7 @@
;;; Support Org-mode
;; [[wiki:]]
;; for open wiki search query with local application database.
-(defalias 'org-wiki-link-open 'kiwix-search)
+(defalias 'org-wiki-link-open 'kiwix-query)
(if kiwix-support-org-mode-link-type
(org-add-link-type "wiki" 'org-wiki-link-open))