Load css-mode prematurely; resolves name conflicts with scss-mode
This commit is contained in:
parent
156106fcb0
commit
649a15a61f
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
|
||||
(use-package scss-mode
|
||||
:mode "\\.scss$"
|
||||
:preface
|
||||
(require 'css-mode)
|
||||
:init
|
||||
(add-hook! scss-mode 'hs-minor-mode)
|
||||
(setq-default css-indent-offset 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue