add package rg

This commit is contained in:
Łukasz Pankowski 2018-08-25 13:03:55 +02:00
parent 1b60a544b4
commit 79333ab704

View File

@ -130,6 +130,12 @@
:bind
(("C-c y" . helm-yas-complete)))
(use-package rg
:ensure nil
:bind
(("C-c R" . rg)))
;;; Use more more efficient changing windows
(use-package ace-window