diff --git a/counsel-projectile.el b/counsel-projectile.el index aa5c4f4..fb8fd5a 100644 --- a/counsel-projectile.el +++ b/counsel-projectile.el @@ -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: