From 535a578fd12211e6ec2293de96bb6877c4cf51c1 Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 3 Feb 2021 04:03:29 +0000 Subject: consult: fix for consult-locate-command --- consult.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/consult.org b/consult.org index f96577c..1ea9f3c 100644 --- a/consult.org +++ b/consult.org @@ -75,8 +75,7 @@ ("C-s" . isearch-forward) (" a" . consult-apropos)) - :custom ((completion-in-region-function #'consult-completion-in-region) - (consult-locate-command "locate --ignore-case --regexp ARG OPTS") + :custom ((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