diff options
author | Alan Pearce | 2013-12-04 10:02:49 +0000 |
---|---|---|
committer | Alan Pearce | 2013-12-04 10:02:49 +0000 |
commit | 8dbb37333590bf1719728de3931c248e83c03fd5 (patch) | |
tree | 64435a1aa1ee94451d7f0c684ae4c9c35c4fe0bf /emacs | |
parent | cec2d2a6e071c33cdd08b04bcd7ee27ea46e696c (diff) | |
download | dotfiles-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.el | 2 |
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 |