branch: master
commit 5765208c97655ef48a3f2349d4994bd764c125e7
Author: justbur <[email protected]>
Commit: justbur <[email protected]>
counsel.el (counsel-pt-base-command): Add regex flag
---
counsel.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/counsel.el b/counsel.el
index 0a493f8..ff0daa0 100644
--- a/counsel.el
+++ b/counsel.el
@@ -1333,7 +1333,7 @@ INITIAL-INPUT can be given as the initial minibuffer
input."
cands))))
;;** `counsel-pt'
-(defcustom counsel-pt-base-command "pt --nocolor --nogroup %s -- ."
+(defcustom counsel-pt-base-command "pt --nocolor --nogroup -e %s -- ."
"Used to in place of `counsel-ag-base-command' to search with
pt using `counsel-ag'."
:type 'string