From 8dbb37333590bf1719728de3931c248e83c03fd5 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 4 Dec 2013 10:02:49 +0000 Subject: Emacs: Remove initial indentation of code inside script+style tags --- emacs/init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs/init.el') diff --git a/emacs/init.el b/emacs/init.el index 94326801..590bfb3e 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -1128,6 +1128,8 @@ Also returns nil if pid is nil." :config (setq web-mode-code-indent-offset 4 web-mode-css-indent-offset 4 web-mode-markup-indent-offset 4 + web-mode-style-padding 0 + web-mode-script-padding 0 web-mode-disable-auto-pairing t)) ;;;; Windows & Frames -- cgit 1.4.1