about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el index 50ae388..3e631fc 100644 --- a/init.el +++ b/init.el
@@ -1051,7 +1051,9 @@ like a dumbass."
1051 (indent-region (point-min) (point-max)))))) 1051 (indent-region (point-min) (point-max))))))
1052 1052
1053(setup (:straight-if affe 1053(setup (:straight-if affe
1054 (executable-find "rg")) 1054 (and (or (executable-find "fd")
1055 (executable-find "find"))
1056 (executable-find "rg")))
1055 ;; Keys are bound in `acdw/sensible-grep' and `acdw/sensible-find' 1057 ;; Keys are bound in `acdw/sensible-grep' and `acdw/sensible-find'
1056 (defun affe-orderless-regexp-compiler (input _type) 1058 (defun affe-orderless-regexp-compiler (input _type)
1057 (setq input (orderless-pattern-compiler input)) 1059 (setq input (orderless-pattern-compiler input))