branch: externals/ivy-hydra
commit af2a5fa4bfb2fb07771dfa9c9b657124a7b8c966
Author: Basil L. Contovounesios <[email protected]>
Commit: Basil L. Contovounesios <[email protected]>
* counsel.el (counsel-pt): Fix counsel-ag usage
Re: #2295
Fixes #2476
---
counsel.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/counsel.el b/counsel.el
index b837db6..60ff8a1 100644
--- a/counsel.el
+++ b/counsel.el
@@ -3070,7 +3070,7 @@ This uses `counsel-ag' with `counsel-pt-base-command'
instead of
(interactive)
(let ((counsel-ag-base-command counsel-pt-base-command)
(counsel--grep-tool-look-around nil))
- (counsel-ag initial-input :caller 'counsel-pt)))
+ (counsel-ag initial-input nil nil nil :caller 'counsel-pt)))
(ivy-configure 'counsel-pt
:unwind-fn #'counsel--grep-unwind