]> code.delx.au - gnu-emacs-elpa/commitdiff
swiper.el: Bump version
authorOleh Krehel <ohwoeowho@gmail.com>
Sun, 3 May 2015 10:57:37 +0000 (12:57 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Sun, 3 May 2015 10:57:37 +0000 (12:57 +0200)
swiper.el

index d77e96b026309fc645669a098f70323e46fe2ff5..96e955d7a8dc7868af2b1fecc48f6e766c7acd09 100644 (file)
--- a/swiper.el
+++ b/swiper.el
@@ -4,7 +4,7 @@
 
 ;; Author: Oleh Krehel <ohwoeowho@gmail.com>
 ;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.3.0
+;; Version: 0.4.0
 ;; Package-Requires: ((emacs "24.1"))
 ;; Keywords: matching
 
 ;; 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)