add package rg
This commit is contained in:
parent
1b60a544b4
commit
79333ab704
6
init.el
6
init.el
@ -130,6 +130,12 @@
|
|||||||
:bind
|
:bind
|
||||||
(("C-c y" . helm-yas-complete)))
|
(("C-c y" . helm-yas-complete)))
|
||||||
|
|
||||||
|
(use-package rg
|
||||||
|
:ensure nil
|
||||||
|
:bind
|
||||||
|
(("C-c R" . rg)))
|
||||||
|
|
||||||
|
|
||||||
;;; Use more more efficient changing windows
|
;;; Use more more efficient changing windows
|
||||||
|
|
||||||
(use-package ace-window
|
(use-package ace-window
|
||||||
|
Loading…
x
Reference in New Issue
Block a user