From 4a2d11c784d508669afd6953119190b64eb70cbf Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 2 May 2021 17:36:26 +0200 Subject: [PATCH] Change default program to standard find --- ivy-quick-find-files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivy-quick-find-files.el b/ivy-quick-find-files.el index fe80e76..0fd3b8e 100644 --- a/ivy-quick-find-files.el +++ b/ivy-quick-find-files.el @@ -38,7 +38,7 @@ ; Custom variables ;;;;;;;;;;;;;;;;;;;; -(defcustom ivy-quick-find-files-program 'fd +(defcustom ivy-quick-find-files-program 'find "Program to find files on your system. By default, the value is 'fd, but you can change it to 'find too.