diff options
author | Case Duckworth | 2021-09-01 08:42:07 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-01 08:42:07 -0500 |
commit | f2d51752a88ae226ad3c0a95e8bd17354af5ec2d (patch) | |
tree | aab5b41372493af42c14df3b856e5855f63cdf15 | |
parent | Remove dired-async--modeline-mode (diff) | |
download | emacs-f2d51752a88ae226ad3c0a95e8bd17354af5ec2d.tar.gz emacs-f2d51752a88ae226ad3c0a95e8bd17354af5ec2d.zip |
Add requirements for affe
-rw-r--r-- | init.el | 4 |
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)) |