diff options
-rw-r--r-- | tag-emacs/emacs.d/init.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index a1761f94..33950290 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 "<%" "%>"))))) |