el-get/recipes/feature-mode.rcp
2011-10-08 09:03:57 -05:00

8 lines
305 B
Plaintext

(:name feature-mode
:description "Major mode for Cucumber feature files"
:type git
:url "git://github.com/michaelklishin/cucumber.el.git"
:features feature-mode
:post-init (lambda ()
(add-to-list 'auto-mode-alist '("\\.feature\\'" . feature-mode))))