Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[compleseus] Fix escaping of search inputs
`consult-ripgrep` expects Emacs regular expressions, not PCRE. Previously, using `SPC *` on an identifier containing `|`, like `spacemacs|defc`, would incorrectly escape the `|` character, for example.
- Loading branch information