Fix a typo in cp-switch-project-action-grep
This commit is contained in:
parent
2fc8dca257
commit
710daa327b
1 changed files with 1 additions and 1 deletions
|
|
@ -871,7 +871,7 @@ action."
|
|||
|
||||
(defun counsel-projectile-switch-project-action-grep (project)
|
||||
"Search PROJECT with `grep'."
|
||||
(let ((projectile-switch-project-action 'counsel-projectile-ag))
|
||||
(let ((projectile-switch-project-action 'counsel-projectile-grep))
|
||||
(counsel-projectile-switch-project-by-name project)))
|
||||
|
||||
(defun counsel-projectile-switch-project-action-ag (project)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue