mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-01-04 16:21:20 -08:00
We were using `shell-quote-argument`, which is meant for passing file names, strings and so on, not command-line arguments. For example, `(shell-quote-argument "--foo=bar")` yields "--foo\\=bar", which is obviiously invalid unless we're trying to pass an option named '--foo\'. At any rate, there is no quoting/escaping for shells in the default value of `consult-ripgrep-args`, so it doesn't look like this is something we need to do. |
||
|---|---|---|
| .. | ||
| evil.el | ||
| magit.el | ||
| vertico.el | ||
| workspaces.el | ||