summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-07-08 17:27:23 +0200
committerGravatar Tom Willemse2014-07-08 17:27:23 +0200
commit5716c27cd99146b12d5c8923a22ff84874a5804a (patch)
tree590fd49ed8438380de0194482a6cc4ac4ed165c2
parent6e46caafe7bd785d5e13c04655b4fadf1a509d86 (diff)
downloademacs-5716c27cd99146b12d5c8923a22ff84874a5804a.tar.gz
emacs-5716c27cd99146b12d5c8923a22ff84874a5804a.zip
Don't automatically compile SCSS files
-rw-r--r--.emacs.d/init.org11
1 files changed, 11 insertions, 0 deletions
diff --git a/.emacs.d/init.org b/.emacs.d/init.org
index dc4e897..d71f2eb 100644
--- a/.emacs.d/init.org
+++ b/.emacs.d/init.org
@@ -852,6 +852,17 @@
(define-key eww-mode-map "F" 'eww-lnum-universal))
#+END_SRC
+* Don't compile scss files
+
+ By default =scss-mode= tries compiling a file each time it's saved. I
+ don't have SCSS properly installed globally so this always fails,
+ highly annoying.
+
+ #+BEGIN_SRC emacs-lisp
+ (with-eval-after-load 'scss-mode
+ (setq scss-compile-at-save nil))
+ #+END_SRC
+
* Load custom file
I don't really use the Emacs customization interface much, but I