Change default program to standard find

This commit is contained in:
Lucien Cartier-Tilet 2021-05-02 17:36:26 +02:00
parent 1c62401c7c
commit 4a2d11c784
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 1 deletions

View File

@ -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.