summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-12-04 10:02:49 +0000
committerAlan Pearce2013-12-04 10:02:49 +0000
commit8dbb37333590bf1719728de3931c248e83c03fd5 (patch)
tree64435a1aa1ee94451d7f0c684ae4c9c35c4fe0bf /emacs
parentcec2d2a6e071c33cdd08b04bcd7ee27ea46e696c (diff)
downloaddotfiles-8dbb37333590bf1719728de3931c248e83c03fd5.tar.lz
dotfiles-8dbb37333590bf1719728de3931c248e83c03fd5.tar.zst
dotfiles-8dbb37333590bf1719728de3931c248e83c03fd5.zip
Emacs: Remove initial indentation of code inside script+style tags
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 9432680..590bfb3 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