RIPGREP: Add ripgrep

This commit is contained in:
Laurens Miers 2023-05-05 09:51:12 +02:00
parent e17468eece
commit a9cae79276

View file

@ -62,6 +62,14 @@ These flags will enable/disable parts of the config.
#+END_SRC #+END_SRC
** Ripgrep
#+BEGIN_SRC emacs-lisp
(use-package rg
:ensure t
)
#+END_SRC
* Term * Term
** Toggle between char- and line-mode ** Toggle between char- and line-mode