Add rbenv package to siren-ruby module

This commit is contained in:
2019-06-18 10:38:58 +01:00
parent 308d530197
commit ecd8b75e2c
2 changed files with 11 additions and 0 deletions

View File

@@ -96,6 +96,11 @@
:config
(unbind-key "C-c C-r" inf-ruby-minor-mode-map))
(use-package rbenv
:defer t
:config
(global-rbenv-mode))
(use-package realgud-byebug
:commands realgud:byebug
:after realgud)