ripgrep: Move ripgrep config to its own file

The config for ripgrep now resides in its own file.
This commit is contained in:
finga 2024-05-27 13:55:23 +02:00
parent 4e68d2b48b
commit 0e7dd9da5f
4 changed files with 6 additions and 6 deletions

View file

@ -17,11 +17,6 @@
;; Turn on flyspell when writing commit messages
(add-hook 'git-commit-setup-hook 'git-commit-turn-on-flyspell))
;; use ripgrep in emacs
(use-package deadgrep
:ensure t
:bind ("M-s d" . deadgrep))
;; paredit
(use-package paredit
:ensure t