emacs-prelude/modules/prelude-cucumber.el
2012-04-12 17:11:50 +03:00

4 lines
150 B
EmacsLisp

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