diff --git a/counsel-projectile.el b/counsel-projectile.el index d774f6c..7c30b30 100644 --- a/counsel-projectile.el +++ b/counsel-projectile.el @@ -656,7 +656,7 @@ construct the command.") (defun counsel-projectile-grep-function (string) "Grep for STRING in the current project." - (or (counsel-more-chars) + (or (ivy-more-chars) (let ((default-directory (ivy-state-directory ivy-last)) (regex (counsel--grep-regex string))) (counsel--async-command (format counsel-projectile-grep-command