Add -e option for search with pt

In order to be consistent with `ag`
This commit is contained in:
syl20bnr 2015-04-11 23:51:27 -04:00
parent 3b308ab608
commit 28705b0484

View file

@ -1562,7 +1562,7 @@ ARG non nil means that the editing style is `vim'."
"Perform a search with the platinum searcher using `helm-projectile.'"
(interactive)
(if (configuration-layer/package-usedp 'helm-ag)
(let ((helm-ag-base-command "pt --nocolor --nogroup"))
(let ((helm-ag-base-command "pt -e --nocolor --nogroup"))
(call-interactively 'helm-projectile-ag))
(message "error: helm-ag not found.")))