updated coffee-mode customizations

This commit is contained in:
2011-11-09 13:37:07 +00:00
parent a783d7e1b6
commit 4b55bca90c

View File

@@ -3,4 +3,5 @@
(add-hook 'coffee-mode-hook
(lambda ()
(fci-mode)))
(fci-mode)
(setq tab-width 2)))