ADD ruby version manager

This commit is contained in:
ndwarshuis 2019-05-30 17:11:14 -04:00
parent 3a52171f3f
commit 27b72fe395
1 changed files with 3 additions and 0 deletions

View File

@ -815,6 +815,9 @@ Note this also requires all external packages to be installed in each environeme
(use-package ruby-test-mode (use-package ruby-test-mode
:straight t) :straight t)
(use-package rvm
:straight t)
#+END_SRC #+END_SRC
*** Haskell *** Haskell
**** stack **** stack