branch: master
commit b128272d475ecb392f32fbc3e5832d76af33446b
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    swiper.el: Remove dependency on ivy
    
    ivy.el now comes together with swiper.
    
    Re #36.
---
 swiper.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/swiper.el b/swiper.el
index e8257e8..96a029c 100644
--- a/swiper.el
+++ b/swiper.el
@@ -5,7 +5,7 @@
 ;; Author: Oleh Krehel <[email protected]>
 ;; URL: https://github.com/abo-abo/swiper
 ;; Version: 0.2.1
-;; Package-Requires: ((emacs "24.1") (ivy "0.2.1"))
+;; Package-Requires: ((emacs "24.1"))
 ;; Keywords: matching
 
 ;; This file is part of GNU Emacs.

Reply via email to