diff options
author | jao <jao@gnu.org> | 2021-02-02 23:42:56 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-02-02 23:42:56 +0000 |
commit | 2dce257c27ea46ffde347861a8abd329af1033bf (patch) | |
tree | 17c6d334b60a0154b3b1d9d90dcc4c1ed5c3474d | |
parent | dbe68852bf44b81f81cc6c514989dd0d835e5769 (diff) | |
download | elibs-2dce257c27ea46ffde347861a8abd329af1033bf.tar.gz elibs-2dce257c27ea46ffde347861a8abd329af1033bf.tar.bz2 |
config: fix for consult-locate-command
-rw-r--r-- | consult.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/consult.org b/consult.org index c4bcc88..f96577c 100644 --- a/consult.org +++ b/consult.org @@ -76,7 +76,7 @@ ("<help> 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 "<")) |