summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.org')
-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