Use ripgrep for searches by default
This commit is contained in:
parent
3082e0e81d
commit
7595c3d29a
2 changed files with 3 additions and 1 deletions
|
|
@ -23,7 +23,8 @@
|
||||||
(inhibit-startup-screen t)
|
(inhibit-startup-screen t)
|
||||||
(global-auto-revert-mode t)
|
(global-auto-revert-mode t)
|
||||||
(global-auto-revert-non-file-buffers t)
|
(global-auto-revert-non-file-buffers t)
|
||||||
(show-paren-context-when-offscreen 'overlay))
|
(show-paren-context-when-offscreen 'overlay)
|
||||||
|
(xref-search-program 'ripgrep))
|
||||||
|
|
||||||
(use-package better-defaults
|
(use-package better-defaults
|
||||||
:ensure (:repo "https://git.sr.ht/~technomancy/better-defaults"))
|
:ensure (:repo "https://git.sr.ht/~technomancy/better-defaults"))
|
||||||
|
|
|
||||||
|
|
@ -53,6 +53,7 @@ python3-pylsp-rope \
|
||||||
python3.12-venv \
|
python3.12-venv \
|
||||||
qtwayland5 \
|
qtwayland5 \
|
||||||
reuse \
|
reuse \
|
||||||
|
ripgrep \
|
||||||
rust-doc \
|
rust-doc \
|
||||||
rust-llvm \
|
rust-llvm \
|
||||||
shellcheck \
|
shellcheck \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue