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.