fixes typo in cucumber init file

This commit is contained in:
2011-10-12 11:13:54 +01:00
parent c6ba20d4db
commit 9880f0f77d

View File

@@ -1,6 +1,6 @@
(add-to-list 'auto-mode-alist '("\\.feature" . feature-mode))
(add-hook 'feature-mod-hook
(add-hook 'feature-mode-hook
(lambda ()
(fci-mode)
(setq whitespace-action (quote (auto-cleanup)))))