pezra / rspec-mode

An RSpec minor mode for Emacs
257 stars 112 forks source link

Add support for emacs 29 and `ruby-ts-mode` #210

Closed justinbarclay closed 1 year ago

justinbarclay commented 1 year ago

With Emacs 29 around the corner, it adds a new ruby mode, ruby-ts-mode, that has its own set of hooks and configurations. This PR looks to add ruby-ts-mode to the list of hooks rspec adds itself too.

dgutov commented 1 year ago

Thanks! This should be ruby-ts-mode-hook, though.

justinbarclay commented 1 year ago

😱 You're right! Sorry about that, it should be fixed now