summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 33bd9b3..e905ae8 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -1272,7 +1272,7 @@ mouse-1: Display Line and Column Mode Menu"))))))
                 web-mode-style-padding 0
                 web-mode-script-padding 0
                 web-mode-comment-style 2
-                web-mode-disable-auto-pairing t))
+                web-mode-enable-auto-pairing nil))
 
 (define-derived-mode twig-mode web-mode "Twig")
 (add-to-list 'auto-mode-alist '("\\.html\\.twig\\'" . twig-mode))