about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-01 08:42:07 -0500
committerCase Duckworth2021-09-01 08:42:07 -0500
commitf2d51752a88ae226ad3c0a95e8bd17354af5ec2d (patch)
treeaab5b41372493af42c14df3b856e5855f63cdf15 /init.el
parentRemove dired-async--modeline-mode (diff)
downloademacs-f2d51752a88ae226ad3c0a95e8bd17354af5ec2d.tar.gz
emacs-f2d51752a88ae226ad3c0a95e8bd17354af5ec2d.zip
Add requirements for affe
Diffstat (limited to 'init.el')
-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))