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

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

[elpa] externals/kiwix 82140a5 145/192: Make Ivy optional


From: Stefan Monnier
Subject: [elpa] externals/kiwix 82140a5 145/192: Make Ivy optional
Date: Sat, 19 Dec 2020 00:41:49 -0500 (EST)

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

    Make Ivy optional
---
 kiwix.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kiwix.el b/kiwix.el
index e3de033..2deeab8 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -7,7 +7,7 @@
 ;; URL: https://github.com/stardiviner/kiwix.el
 ;; Created: 23th July 2016
 ;; Version: 1.0.0
-;; Package-Requires: ((emacs "24.4") (cl-lib "0.5") (request "0.3.0") (ivy 
"0.12.0"))
+;; Package-Requires: ((emacs "24.4") (cl-lib "0.5") (request "0.3.0"))
 
 ;;; Commentary:
 
@@ -38,7 +38,7 @@
 
 (require 'cl-lib)
 (require 'request)
-(require 'ivy)
+(if (featurep 'ivy) (require 'ivy))
 
 (autoload 'org-link-set-parameters "org")
 (autoload 'org-store-link-props "org")



reply via email to

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