diff --git a/config.org b/config.org index 8e64567..15227f9 100644 --- a/config.org +++ b/config.org @@ -62,6 +62,14 @@ These flags will enable/disable parts of the config. #+END_SRC +** Ripgrep + +#+BEGIN_SRC emacs-lisp +(use-package rg + :ensure t + ) +#+END_SRC + * Term ** Toggle between char- and line-mode