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