diff options
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 |