From 852011d217512bd2a039c1edabb0355fb7a0b3d7 Mon Sep 17 00:00:00 2001 From: Eric Danan Date: Thu, 15 Sep 2016 13:54:54 +0200 Subject: [PATCH] update commentary --- counsel-projectile.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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: