fix(language/ruby): setup inf-ruby in ruby-ts-mode

This commit is contained in:
Jim Myhrberg
2024-10-24 09:20:59 +01:00
parent 983ccd3c27
commit 5cd13c64de

View File

@@ -314,6 +314,7 @@ and will break things."
:defer t
:hook
(ruby-mode . inf-ruby-minor-mode)
(ruby-ts-mode . inf-ruby-minor-mode)
(inf-ruby-mode . siren-inf-ruby-mode-setup)
(compilation-filter . inf-ruby-auto-enter)
@@ -323,6 +324,7 @@ and will break things."
(company-mode -1)))
:config
(inf-ruby-switch-setup)
(unbind-key "C-c C-b" inf-ruby-minor-mode-map)
(unbind-key "C-c C-q" inf-ruby-minor-mode-map)
(unbind-key "C-c C-r" inf-ruby-minor-mode-map)