Add rg
This commit is contained in:
parent
0a04d0bdbc
commit
b48ae1797a
1 changed files with 5 additions and 0 deletions
5
init.el
5
init.el
|
@ -612,6 +612,11 @@
|
|||
:straight t
|
||||
:bind (("<f5>" . deadgrep)))
|
||||
|
||||
(use-package rg
|
||||
:straight t
|
||||
:config
|
||||
(rg-enable-default-bindings))
|
||||
|
||||
(use-package magit
|
||||
:straight t
|
||||
:bind (("C-x g" . magit-status)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue