emacs-prelude/modules/prelude-cucumber.el

5 lines
150 B
EmacsLisp
Raw Normal View History

(autoload 'feature-mode "feature-mode" "Feature mode." t)
(add-to-list 'auto-mode-alist '("\\.feature$" . feature-mode))
(provide 'prelude-cucumber)