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

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

[elpa] master 829bdb6 11/12: swiper.el: Bump version


From: Oleh Krehel
Subject: [elpa] master 829bdb6 11/12: swiper.el: Bump version
Date: Sun, 03 May 2015 11:04:57 +0000

branch: master
commit 829bdb6dcb08e2b1a8d8c329e697156e5fa2dbcc
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    swiper.el: Bump version
---
 swiper.el |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/swiper.el b/swiper.el
index d77e96b..96e955d 100644
--- a/swiper.el
+++ b/swiper.el
@@ -4,7 +4,7 @@
 
 ;; Author: Oleh Krehel <address@hidden>
 ;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.3.0
+;; Version: 0.4.0
 ;; Package-Requires: ((emacs "24.1"))
 ;; Keywords: matching
 
@@ -29,10 +29,13 @@
 ;; candidates.  The search regex can be split into groups with a
 ;; space.  Each group is highlighted with a different face.
 ;;
-;; The overview back end is `ivy'.
-;;
 ;; 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)



reply via email to

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