update commentary

This commit is contained in:
Eric Danan 2016-09-15 13:54:54 +02:00
parent c400695dc5
commit 852011d217

View file

@ -30,9 +30,11 @@
;;; Commentary:
;;
;; This library tries to do something similar to `helm-projectile',
;; but using `ivy' instead of `helm'. The main function is
;; `counsel-projectile'.
;; Projectile has native support for using ivy as its completion
;; system. Counsel-projectile provides further ivy integration into
;; projectile by taking advantage of ivy's mechanism to select from a
;; list of actions and/or apply an action without leaving the comlpetion
;; session. It is inspired by helm-projectile. See the README for more details.
;;
;;; Code: