all repos — nixfiles @ 5371244cb59e37cb4b7aee20dbf9c6592c84f42d

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

Emacs: disable automatic-pairing in web-mode
Alan Pearce alan@alanpearce.co.uk
Thu, 14 Nov 2013 13:47:37 +0000
commit

5371244cb59e37cb4b7aee20dbf9c6592c84f42d

parent

85b0392ae7797220f1a75cbe59a3232d275e736e

1 files changed, 2 insertions(+), 1 deletions(-)

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