mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-14 15:46:56 -05:00
fix(lookup): project search backend no-op
Due to an inverted condition.
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user