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

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

[elpa] master 5b61577 49/63: Use recoll -t instead of recollq


From: Oleh Krehel
Subject: [elpa] master 5b61577 49/63: Use recoll -t instead of recollq
Date: Fri, 21 Aug 2015 12:08:45 +0000

branch: master
commit 5b615776bd5a03f98a05c42eac5e1603a19d4fcd
Author: Erik Hetzner <address@hidden>
Commit: Erik Hetzner <address@hidden>

    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



reply via email to

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