diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2023-10-11 09:43:07 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2023-10-11 09:43:07 +0200 |
| commit | 0ad826213a18afcba6d8f412fdb462850b29239c (patch) | |
| tree | 50fb70865ea3c8fb75055472c24d498202176635 /projectile.el | |
| parent | 4247ac77173b6f92f28af04f5a72ff68de19f057 (diff) | |
Add missing :package-version
Diffstat (limited to 'projectile.el')
| -rw-r--r-- | projectile.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/projectile.el b/projectile.el index 8b650ed..f7d4363 100644 --- a/projectile.el +++ b/projectile.el @@ -681,7 +681,8 @@ means check all the subdirectories of DIRECTORY. Etc." ((executable-find "fd") "fd")) "Path or name of fd executable used by Projectile if enabled. Nil means fd is not installed or should not be used." - :type 'string) + :type 'string + :package-version '(projectile . "2.8.0")) (defcustom projectile-git-use-fd (when projectile-fd-executable t) "Non-nil means use fd to implement git ls-files. |
