From 574dcaaf978438e5823bd5422b79d351b4ba73be Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 25 Jun 2014 14:28:47 +0100 Subject: Emacs: add and configure scss-mode --- tag-emacs/emacs.d/init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tag-emacs/emacs.d/init.el') 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) -- cgit 1.4.1