5 lines
150 B
EmacsLisp
5 lines
150 B
EmacsLisp
|
(autoload 'feature-mode "feature-mode" "Feature mode." t)
|
||
|
(add-to-list 'auto-mode-alist '("\\.feature$" . feature-mode))
|
||
|
|
||
|
(provide 'prelude-cucumber)
|