dotfiles-emacs/.config/emacs/config/ripgrep.el
finga 7df5b0e507 Move config files to XDG-compatible path
Move config files to XDG-compatible path: `$HOME/.config/emacs`.
2025-03-10 17:45:24 +01:00

3 lines
64 B
EmacsLisp

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