From fb19569c9799e3edac7504d21a5ecf49231e9500 Mon Sep 17 00:00:00 2001 From: Eric Danan Date: Mon, 25 Mar 2019 09:56:01 +0100 Subject: [PATCH] Use ivy-more-chars instead of obsolete counsel-more-chars --- counsel-projectile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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