.emacs.d/pkg/rg.el

7 lines
143 B
EmacsLisp
Raw Normal View History

2025-03-11 07:56:23 +00:00
;; Emacs search tool based on ripgrep.
;; https://github.com/dajva/rg.el
(use-package rg
:ensure t
:config
(rg-enable-default-bindings))