mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fixes typo in cucumber init file
This commit is contained in:
@@ -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)))))
|
||||
|
||||
Reference in New Issue
Block a user