branch: master
commit 5b615776bd5a03f98a05c42eac5e1603a19d4fcd
Author: Erik Hetzner <[email protected]>
Commit: Erik Hetzner <[email protected]>
Use recoll -t instead of recollq
---
counsel.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/counsel.el b/counsel.el
index bf59f5b..3b91d69 100644
--- a/counsel.el
+++ b/counsel.el
@@ -861,7 +861,7 @@ INITIAL-INPUT can be given as the initial minibuffer input."
(if (< (length string) 3)
(counsel-more-chars 3)
(counsel--async-command
- (format "recollq -b '%s'" string))
+ (format "recoll -t -b '%s'" string))
nil))
;; This command uses the recollq command line tool that comes together