dotfiles-emacs/.emacs.d/config/ripgrep.el
finga 5a55a3f3f3 Remove obvious and add meaningful comments
Remove the obvious and add some meaningful comments.
2024-05-28 17:03:24 +02:00

3 lines
64 B
EmacsLisp

(use-package deadgrep
:ensure t
:bind ("M-s d" . deadgrep))