all repos — nixfiles @ 5371244cb59e37cb4b7aee20dbf9c6592c84f42d

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

Emacs: disable automatic-pairing in web-mode

Alan Pearce
commit

5371244cb59e37cb4b7aee20dbf9c6592c84f42d

parent

85b0392ae7797220f1a75cbe59a3232d275e736e

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M emacs/init.elemacs/init.el
@@ -1127,7 +1127,8 @@ :mode (("/views/.*\\.php\\'" . web-mode)
("/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-markup-indent-offset 4 + web-mode-disable-auto-pairing t)) ;;;; Windows & Frames