Fix affe-grep-command

This commit is contained in:
David Morgan 2022-11-11 12:08:25 +00:00
parent cab1d7261b
commit d69f1848fb
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 1 deletions

View File

@ -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))