Use ripgrep for searches by default

This commit is contained in:
Ohad Livne 2025-06-04 22:46:28 +03:00
parent 3082e0e81d
commit 7595c3d29a
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
2 changed files with 3 additions and 1 deletions

View file

@ -23,7 +23,8 @@
(inhibit-startup-screen t)
(global-auto-revert-mode 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
:ensure (:repo "https://git.sr.ht/~technomancy/better-defaults"))

View file

@ -53,6 +53,7 @@ python3-pylsp-rope \
python3.12-venv \
qtwayland5 \
reuse \
ripgrep \
rust-doc \
rust-llvm \
shellcheck \