fix: correct version string in obsoletion calls

This commit is contained in:
Henrik Lissner 2024-08-26 18:07:47 -04:00
parent 4f5f9d6065
commit 6077b6f0d8
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
5 changed files with 8 additions and 8 deletions

View file

@ -12,7 +12,7 @@ Emacs.")
(defvar doom-projectile-cache-purge-non-projects nil
"If non-nil, non-projects are purged from the cache on `kill-emacs-hook'.")
(define-obsolete-variable-alias 'doom-projectile-fd-binary 'doom-fd-executable "v3.0.0")
(define-obsolete-variable-alias 'doom-projectile-fd-binary 'doom-fd-executable "3.0.0")
(defvar doom-fd-executable (cl-find-if #'executable-find (list "fdfind" "fd"))
"The filename of the fd executable.