summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tag-emacs/emacs.d/init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index a1761f9..3395029 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1952,7 +1952,8 @@ of them as well.
                     web-mode-style-padding 0
                     web-mode-script-padding 0
                     web-mode-comment-style 2
-                    web-mode-enable-auto-pairing nil)
+                    web-mode-enable-auto-pairing nil
+                    web-mode-enable-auto-quoting nil)
               (with-eval-after-load 'smartparens
                 (sp-with-modes sp--html-modes
                   (sp-local-pair "<%" "%>")))))