branch: externals/kiwix
commit 410220523a1fbc3fe5b8ef6917dc2b73c172afeb
Author: stardiviner <[email protected]>
Commit: stardiviner <[email protected]>

    load for `org-link-set-parameters'
---
 kiwix.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/kiwix.el b/kiwix.el
index cd47a28..9683109 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -33,7 +33,9 @@
 
 
 (require 'cl-lib)
-(require 'org) ; load for `org-link-set-parameters'
+;; load for `org-link-set-parameters'
+(require 'org)
+(autoload 'org-link-set-parameters "org")
 
 (defgroup kiwix nil
   "Kiwix customization options.")

Reply via email to