michaelklishin/cucumber.el

installing comments may be wrong

wolfmanjm opened this issue · 1 comments

Shouldn't the installation comment say this...
(autoload 'feature-mode "cucumber-mode" "Mode for editing cucumber files" t)

rather than this
(autoload 'cucumber-mode "cucumber-mode" "Mode for editing cucumber files" t)

The prior works for me the latter gives an error

Just pushed a fix. Thank you.