mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/ruby: don't enable global-rbenv-mode
To be consistent with pyenv/virtualenvs; rbenv should be managed manually, rather than trying to guess what the user wants.
This commit is contained in:
@ -118,10 +118,7 @@
|
||||
(def-package! rbenv
|
||||
:when (featurep! +rbenv)
|
||||
:after enh-ruby-mode
|
||||
:config
|
||||
(set-env! "RBENV_ROOT")
|
||||
(when (executable-find "rbenv")
|
||||
(global-rbenv-mode +1)))
|
||||
:config (set-env! "RBENV_ROOT"))
|
||||
|
||||
|
||||
(def-package! rvm
|
||||
|
Reference in New Issue
Block a user