diff options
author | Alan Pearce | 2014-06-25 14:28:47 +0100 |
---|---|---|
committer | Alan Pearce | 2014-06-25 14:28:47 +0100 |
commit | 574dcaaf978438e5823bd5422b79d351b4ba73be (patch) | |
tree | e0056782f0a4665730976faa2a963cc379cfe63c /tag-emacs/emacs.d/init.el | |
parent | 7172c6e38f35d6e076dff3af84094c141f2203da (diff) | |
download | dotfiles-574dcaaf978438e5823bd5422b79d351b4ba73be.tar.lz dotfiles-574dcaaf978438e5823bd5422b79d351b4ba73be.tar.zst dotfiles-574dcaaf978438e5823bd5422b79d351b4ba73be.zip |
Emacs: add and configure scss-mode
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index bfe1165..3e24147 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -961,6 +961,11 @@ (setq js2-basic-offset 4 js2-global-externs '("$")))) +(req-package scss-mode + :defer t + :config (progn + (setq scss-compile-at-save nil))) + (req-package mustache-mode :mode (("\\.mustache" . mustache-mode) ("\\.mt\\'" . mustache-mode) |