From 5765208c97655ef48a3f2349d4994bd764c125e7 Mon Sep 17 00:00:00 2001 From: justbur Date: Mon, 14 Mar 2016 13:53:44 -0400 Subject: [PATCH] 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 0a493f883..ff0daa046 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 -- 2.39.2