Use rg instead of fd for affe-find

This commit is contained in:
David Morgan 2022-05-18 14:07:29 +01:00
parent 1d2b9d16f5
commit cf207333b3
1 changed files with 0 additions and 2 deletions

View File

@ -93,8 +93,6 @@ char."
(list prefix-arg (when-let ((s (symbol-at-point)))
(symbol-name s))))
(affe-find dir initial))
:custom
(affe-find-command "fd --color never -t f")
:bind
("C-#" . affe-grep)
("C-c z" . affe-find)