From 5639716fd17b37569ac203297f52b063df54a270 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 24 Mar 2022 04:46:45 +0000 Subject: recoll improvements (transient) --- lib/doc/jao-recoll.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/doc') diff --git a/lib/doc/jao-recoll.el b/lib/doc/jao-recoll.el index 7c64c7d..0c781d9 100644 --- a/lib/doc/jao-recoll.el +++ b/lib/doc/jao-recoll.el @@ -1,6 +1,6 @@ ;; jao-recoll.el -- Displaying recoll queries -;; Copyright (c) 2017, 2020, 2021 Jose Antonio Ortega Ruiz +;; Copyright (c) 2017, 2020, 2021, 2022 Jose Antonio Ortega Ruiz ;; This file is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -37,12 +37,12 @@ (defvar jao-recoll--file-regexp "\\(\\w+/\\w+\\)\t+\\[\\([^]]+\\)\\]\t+\\[\\([^]]+\\)\\].+") -(defvar jao-recoll-flags "-A -p 5 -n 20") +(defvar jao-recoll-flags "-A -p 5 -n 50") ;;;###autoload (defun jao-recoll (keywords) - "Performs a query using recoll and shows the results in a -buffer using org mode." + "Performs a query using recoll and shows the results in a buffer +using org mode." (interactive "sRecoll query string: ") (with-current-buffer (get-buffer-create (format "* Recoll: '%s' *" keywords)) (read-only-mode -1) -- cgit v1.2.3