all repos — nixfiles @ 8dbb37333590bf1719728de3931c248e83c03fd5

System and user configuration, managed by nix and home-manager

Emacs: Remove initial indentation of code inside script+style tags

Alan Pearce
commit

8dbb37333590bf1719728de3931c248e83c03fd5

parent

cec2d2a6e071c33cdd08b04bcd7ee27ea46e696c

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M emacs/init.elemacs/init.el
@@ -1128,6 +1128,8 @@ ("/templates/.*\\.php\\'" . web-mode))
: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