From 5716c27cd99146b12d5c8923a22ff84874a5804a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 8 Jul 2014 17:27:23 +0200 Subject: Don't automatically compile SCSS files --- .emacs.d/init.org | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- cgit v1.2.3-54-g00ecf