From 027af86984cde7b128acd22b090bbed984ee241e Mon Sep 17 00:00:00 2001 From: David Morgan Date: Wed, 18 Aug 2021 15:02:47 +0100 Subject: Use fd as it respects .gitignore/.ignore --- .emacs.d/lisp/init-navigation.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.emacs.d/lisp/init-navigation.el') diff --git a/.emacs.d/lisp/init-navigation.el b/.emacs.d/lisp/init-navigation.el index c9a3e90..13aac52 100644 --- a/.emacs.d/lisp/init-navigation.el +++ b/.emacs.d/lisp/init-navigation.el @@ -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) -- cgit 1.4.1-2-gfad0