mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/ruby: fix reference to +python-version-cache
This commit is contained in:
@ -41,7 +41,7 @@ started it."
|
|||||||
"Update `+ruby--version' by consulting `+ruby-version' function."
|
"Update `+ruby--version' by consulting `+ruby-version' function."
|
||||||
(setq +ruby--version
|
(setq +ruby--version
|
||||||
(or (gethash (or (doom-project-root) default-directory)
|
(or (gethash (or (doom-project-root) default-directory)
|
||||||
+python-version-cache)
|
+ruby-version-cache)
|
||||||
(+ruby-version))))
|
(+ruby-version))))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
Reference in New Issue
Block a user