fix(lookup): project search backend no-op

Due to an inverted condition.
This commit is contained in:
Henrik Lissner
2024-06-26 20:53:31 -04:00
parent 56e998c577
commit 9405cf0379

View File

@@ -237,7 +237,7 @@ This backend prefers \"just working\" over accuracy."
Uses and requires `+ivy-file-search', `+helm-file-search', or `+vertico-file-search'. Uses and requires `+ivy-file-search', `+helm-file-search', or `+vertico-file-search'.
Will return nil if neither is available. These require ripgrep to be installed." Will return nil if neither is available. These require ripgrep to be installed."
(unless identifier (when identifier
(let ((query (rxt-quote-pcre identifier))) (let ((query (rxt-quote-pcre identifier)))
(ignore-errors (ignore-errors
(cond ((modulep! :completion ivy) (cond ((modulep! :completion ivy)