fix: correct version string in obsoletion calls
This commit is contained in:
parent
4f5f9d6065
commit
6077b6f0d8
5 changed files with 8 additions and 8 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue