[Fix #692] Don't set the default css indent in the css-mode-hook
This commit is contained in:
parent
8f06d26de2
commit
07ae0bc2b3
1 changed files with 2 additions and 1 deletions
|
@ -36,8 +36,9 @@
|
|||
'(progn
|
||||
(prelude-require-packages '(rainbow-mode))
|
||||
|
||||
(setq css-indent-offset 2)
|
||||
|
||||
(defun prelude-css-mode-defaults ()
|
||||
(setq css-indent-offset 2)
|
||||
(rainbow-mode +1)
|
||||
(run-hooks 'prelude-prog-mode-hook))
|
||||
|
||||
|
|
Loading…
Reference in a new issue