summary refs log tree commit diff stats
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-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