about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-editor.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-09-13 07:00:06 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-09-13 07:00:06 +0100
commit0dafcd54525c7e85ec96ed51c6a2eafc4743d4b4 (patch)
tree967eb36c52b6a42a27f1144657c523a126e2c9ae /.emacs.d/lisp/init-editor.el
parent24e974d72a7f071d626d63ee54a633b7b0986389 (diff)
downloaddotfiles-0dafcd54525c7e85ec96ed51c6a2eafc4743d4b4.tar.gz
Set xref-search-program to ripgrep
Diffstat (limited to '.emacs.d/lisp/init-editor.el')
-rw-r--r--.emacs.d/lisp/init-editor.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-editor.el b/.emacs.d/lisp/init-editor.el
index 67eb5f9..8fe7f7b 100644
--- a/.emacs.d/lisp/init-editor.el
+++ b/.emacs.d/lisp/init-editor.el
@@ -162,6 +162,7 @@
 
 (use-package xref
   :ensure nil
+  :custom (xref-search-program 'ripgrep)
   :config
   (defun xref-find-references-other-window (identifier)
     "Like `xref-find-references' but switch to the other window"