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:
parent
8a3e01cd32
commit
4e8003b975
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