aboutsummaryrefslogtreecommitdiff
path: root/projectile.el
diff options
context:
space:
mode:
authorRuslan Bekenev <furyinbox@gmail.com>2022-10-03 22:56:43 +1100
committerBozhidar Batsov <bozhidar@batsov.dev>2022-10-04 15:26:23 +0200
commit383b3bf47d34ca60c24cd73ea9c335936d0b70be (patch)
treee2cca4759fd8ab54011fbcd801ec0d8024526799 /projectile.el
parent20aa2adccc1ecb19f54f2fbc428b4904071fcab8 (diff)
[Fix #1788] Add notes about minimal version of `fd`
Update readme and projectile.el
Diffstat (limited to 'projectile.el')
-rw-r--r--projectile.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/projectile.el b/projectile.el
index 555af19..995df72 100644
--- a/projectile.el
+++ b/projectile.el
@@ -716,6 +716,7 @@ Set to nil to disable listing submodules contents."
(defcustom projectile-generic-command
(cond
;; we prefer fd over find
+ ;; note that --strip-cwd-prefix is only available in version 8.3.0+
((executable-find "fd")
"fd . -0 --type f --color=never --strip-cwd-prefix")
;; fd's executable is named fdfind is some Linux distros (e.g. Ubuntu)