trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1,15 @@
<p>Raw link: <a href="https://www.youtube.com/watch?v=4qLD4oHOrlc">https://www.youtube.com/watch?v=4qLD4oHOrlc</a></p>
<p>In this video I offer an introduction to <code>rg.el</code>, an interface to the
<code>ripgrep</code> command line tool. I like this package because it remains
faithful to the interface paradigms that are implemented by similar
tools inside of Emacs, such as the built-in <code>grep</code> or <code>occur</code>. I also
appreciate the fact that it interfaces with <code>ibuffer</code>, another built-in
library.</p>
<p>Check <a href="https://protesilaos.com/emacs/dotemacs">my dotemacs</a> for configurations
on <code>rg.el</code> and more.</p>