Use ivy-more-chars instead of obsolete counsel-more-chars
This commit is contained in:
parent
a07ddc808b
commit
fb19569c97
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue