ripgrep: Move ripgrep config to its own file
The config for ripgrep now resides in its own file.
This commit is contained in:
parent
4e68d2b48b
commit
0e7dd9da5f
4 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue