diff options
author | Alan Pearce | 2016-06-17 17:36:37 +0200 |
---|---|---|
committer | Alan Pearce | 2016-06-17 17:36:37 +0200 |
commit | 591082cf71574089c7753b182b7b72d4778b333b (patch) | |
tree | c4797f6a638ee1bae767d87b39c20a5288e3c1b2 /tag-emacs/emacs.d/init.org | |
parent | bf686376216a65f8b4e3468e96610f46b181aff7 (diff) | |
download | nixfiles-591082cf71574089c7753b182b7b72d4778b333b.tar.lz nixfiles-591082cf71574089c7753b182b7b72d4778b333b.tar.zst nixfiles-591082cf71574089c7753b182b7b72d4778b333b.zip |
Emacs: Don’t auto-quote web-mode attrs
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-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 "<%" "%>"))))) |