diff options
-rw-r--r-- | consult.org | 3 |
1 files changed, 1 insertions, 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) ("<help> 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 "<")) |