Use variable for fd-find binary name

This commit is contained in:
Shanavas M
2019-04-01 12:18:12 +05:30
parent be6efd8dbf
commit d974acfef1
2 changed files with 7 additions and 4 deletions

View File

@ -18,7 +18,7 @@
(/ size 1024))
(explain! "Consider deleting it from your system (manually)"))))
(when! (not (executable-find "fd"))
(when! (not (executable-find doom-projectile-fd-binary))
(warn! "Couldn't find the `fd' binary; project file searches will be slightly slower"))
(let ((default-directory "~"))