FIX: coffee-mode uses coffee-tab-width instead of tab-width.

And recently it has removed `tab-width` dependency completely.
This commit is contained in:
HANAI tohru 2014-03-02 16:43:50 +09:00
parent 8a3e01cd32
commit 4e8003b975

View file

@ -40,7 +40,7 @@
"coffee-mode-defaults"
;; CoffeeScript uses two spaces.
(set (make-local-variable 'tab-width) 2)
(setq coffee-tab-width 2)
;; If you don't have js2-mode
(setq coffee-js-mode 'javascript-mode)