Files
doomemacs/lisp
Marien Zwart e203309e5c refactor(lib): use ripgrep instead of git grep
Although this is a refactor for normal users of Doom, it is a bugfix for
one (I assume) unsupported configuration: when Doom is not running from
a git checkout. In that case, `doom--help-package-configs` currently
returns Git's error messages. This breaks `doom/help-packages` because
it expects each returned line to contain at least one `:` character, so
it errors out with `Wrong number of arguments: (file line _match &rest),
2`.

Using ripgrep here should be equivalent for normal users as long as they
have not added untracked files not covered by Doom's .gitignore.
2024-06-03 16:19:42 -04:00
..
2024-06-03 15:57:56 -04:00
2024-04-09 12:39:51 -04:00
2024-04-04 00:23:20 -04:00
2022-09-24 18:46:21 +02:00
2024-03-24 18:08:09 -04:00