about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-11-11 12:08:25 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-11-11 12:08:25 +0000
commitd69f1848fbc64c5088851e54bd6aed31094e2f61 (patch)
treee4432699b23219dcb09f7eb83a3e9084b0f0ea3a
parentcab1d7261b60ef068ec90c5b19f29576195e3045 (diff)
downloaddotfiles-d69f1848fbc64c5088851e54bd6aed31094e2f61.tar.gz
Fix affe-grep-command
-rw-r--r--.emacs.d/lisp/init-search.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-search.el b/.emacs.d/lisp/init-search.el
index 5e278e3..e2945b2 100644
--- a/.emacs.d/lisp/init-search.el
+++ b/.emacs.d/lisp/init-search.el
@@ -65,7 +65,7 @@
 
 (use-package affe
   :config
-  (setq affe-grep-command (replace-regexp-in-string "\\." "-Suu ." affe-grep-command))
+  (setq affe-grep-command (replace-regexp-in-string "rg" "rg -Suu" affe-grep-command))
   ;; Configure Orderless
   (defun affe-orderless-regexp-compiler (input _type _ignorecase)
     (setq input (orderless-pattern-compiler input))