From 2dce257c27ea46ffde347861a8abd329af1033bf Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 2 Feb 2021 23:42:56 +0000 Subject: config: fix for consult-locate-command --- consult.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'consult.org') diff --git a/consult.org b/consult.org index c4bcc88..f96577c 100644 --- a/consult.org +++ b/consult.org @@ -76,7 +76,7 @@ (" a" . consult-apropos)) :custom ((completion-in-region-function #'consult-completion-in-region) - (consult-locate-command '("locate" "--ignore-case" "--regexp")) + (consult-locate-command "locate --ignore-case --regexp ARG OPTS") (consult-preview-key (kbd "`")) (consult-config '((consult-mark :preview-key any))) (consult-narrow-key (kbd "<")) -- cgit v1.2.3