emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 5765208 185/272: counsel.el (counsel-pt-base-command): Add


From: Oleh Krehel
Subject: [elpa] master 5765208 185/272: counsel.el (counsel-pt-base-command): Add regex flag
Date: Mon, 25 Apr 2016 10:13:24 +0000

branch: master
commit 5765208c97655ef48a3f2349d4994bd764c125e7
Author: justbur <address@hidden>
Commit: justbur <address@hidden>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]