Change default program to standard find

This commit is contained in:
2021-05-02 17:36:26 +02:00
parent 1c62401c7c
commit 4a2d11c784

View File

@@ -38,7 +38,7 @@
; Custom variables ;;;;;;;;;;;;;;;;;;;; ; Custom variables ;;;;;;;;;;;;;;;;;;;;
(defcustom ivy-quick-find-files-program 'fd (defcustom ivy-quick-find-files-program 'find
"Program to find files on your system. "Program to find files on your system.
By default, the value is 'fd, but you can change it to 'find too. By default, the value is 'fd, but you can change it to 'find too.