dotfiles-emacs/.emacs.d/config/ripgrep.el
finga 0e7dd9da5f ripgrep: Move ripgrep config to its own file
The config for ripgrep now resides in its own file.
2024-05-27 13:55:23 +02:00

4 lines
88 B
EmacsLisp

;; use ripgrep in emacs
(use-package deadgrep
:ensure t
:bind ("M-s d" . deadgrep))