branch: externals/kiwix commit 64ca93a843f4b07b54a65945946cf3b900450c78 Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: stardiviner <numbch...@gmail.com>
remove un-necessary the append t argument --- org-kiwix.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-kiwix.el b/org-kiwix.el index 999bf01..8dbfd77 100644 --- a/org-kiwix.el +++ b/org-kiwix.el @@ -144,7 +144,7 @@ :store #'org-wikipedia-store-link :export #'org-wikipedia-export-link :complete #'org-wikipedia-complete-link) - (add-hook 'org-store-link-functions 'org-wikipedia-store-link t)) + (add-hook 'org-store-link-functions 'org-wikipedia-store-link))