Merge pull request #493 from pokehanai/hotfix/coffee-tabwidth
FIX: `coffee-mode` uses `coffee-tab-width` instead of `tab-width`.
This commit is contained in:
commit
39f95c16c5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue