From 5371244cb59e37cb4b7aee20dbf9c6592c84f42d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 14 Nov 2013 13:47:37 +0000 Subject: Emacs: disable automatic-pairing in web-mode --- emacs/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index 35e538a..9432680 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -1127,7 +1127,8 @@ Also returns nil if pid is nil." ("/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 -- cgit 1.4.1