diff --git a/bootstrap.org b/bootstrap.org index b02e88e..60d1ba8 100644 --- a/bootstrap.org +++ b/bootstrap.org @@ -365,8 +365,8 @@ We’ll use a shell command to call =ripgrep= to search my collection of org fi " --no-heading" " --line-number" " --max-depth 1" - " --type org" - " -e '^\\*+ '") + " -e '^\\*+ '" + " *.org") "A ripgrep shell call to search my headers.") #+end_src