Fix rbenv loading
This commit is contained in:
parent
609b79fd6c
commit
0d273485ae
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@
|
|||
(progn
|
||||
(defun spacemacs//enable-rbenv ()
|
||||
"Enable rbenv, use .ruby-version if exists."
|
||||
(require 'rbenv)
|
||||
(let ((version-file-path (rbenv--locate-file ".ruby-version")))
|
||||
(global-rbenv-mode)
|
||||
;; try to use the ruby defined in .ruby-version
|
||||
|
|
Reference in a new issue