Use fd as it respects .gitignore/.ignore

This commit is contained in:
David Morgan 2021-08-18 15:02:47 +01:00
parent 58df636efd
commit 027af86984
1 changed files with 3 additions and 3 deletions

View File

@ -45,9 +45,8 @@
(list prefix-arg (when-let ((s (symbol-at-point)))
(symbol-name s))))
(affe-find dir initial))
;; TODO is this faster and/or more portable?
;; :custom
;; (affe-find-command "fd --color never -t f")
:custom
(affe-find-command "fd --color never -t f")
:bind
("C-#" . affe-grep)
("C-c z" . affe-find)
@ -56,6 +55,7 @@
;; TODO - which of these are useful?
(use-package avy
:after key-chord
:custom
(avy-background t)
(avy-style 'pre)