Fix syntax color loss in scss-mode
This commit is contained in:
parent
1181d4ba72
commit
042cc3b9e9
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
:mode "\\.scss$"
|
||||
:config
|
||||
(progn
|
||||
;; Syntax coloring breaks on consecutive loads for some reason. This fixes that:
|
||||
(add-hook 'scss-mode-hook 'css-mode)
|
||||
|
||||
(add-hook 'scss-mode-hook 'enable-tab-width-2)
|
||||
|
||||
(setq-default css-indent-offset 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue