branch: master
commit 42320884258fcdcba74aace2800fd4006190834e
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Don't claim `swiper' provides `ivy-mode'
The `ivy' package/library provides `ivy-mode', not `swiper'.
---
swiper.el | 5 -----
1 file changed, 5 deletions(-)
diff --git a/swiper.el b/swiper.el
index 09e3f69..9f79547 100644
--- a/swiper.el
+++ b/swiper.el
@@ -31,11 +31,6 @@
;;
;; It can double as a quick `regex-builder', although only single
;; lines will be matched.
-;;
-;; It also provides `ivy-mode': a global minor mode that uses the
-;; matching back end of `swiper' for all matching on your system,
-;; including file matching. You can use it in place of `ido-mode'
-;; (can't have both on at once).
;;; Code:
(require 'ivy)