summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el3
1 files changed, 2 insertions, 1 deletions
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