RIPGREP: Add ripgrep
This commit is contained in:
parent
e17468eece
commit
a9cae79276
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue