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
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

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'.
Will return nil if neither is available. These require ripgrep to be installed."
(unless identifier
(when identifier
(let ((query (rxt-quote-pcre identifier)))
(ignore-errors
(cond ((modulep! :completion ivy)