Skip to content

Commit

Permalink
Add missing :package-version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Oct 11, 2023
1 parent 4247ac7 commit 0ad8262
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0ad8262

Please sign in to comment.