From f2d51752a88ae226ad3c0a95e8bd17354af5ec2d Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 1 Sep 2021 08:42:07 -0500 Subject: Add requirements for affe --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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." (indent-region (point-min) (point-max)))))) (setup (:straight-if affe - (executable-find "rg")) + (and (or (executable-find "fd") + (executable-find "find")) + (executable-find "rg"))) ;; Keys are bound in `acdw/sensible-grep' and `acdw/sensible-find' (defun affe-orderless-regexp-compiler (input _type) (setq input (orderless-pattern-compiler input)) -- cgit 1.4.1-21-gabe81