summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2016-06-17 17:36:37 +0200
committerAlan Pearce2016-06-17 17:36:37 +0200
commit591082cf71574089c7753b182b7b72d4778b333b (patch)
treec4797f6a638ee1bae767d87b39c20a5288e3c1b2 /tag-emacs
parentbf686376216a65f8b4e3468e96610f46b181aff7 (diff)
downloaddotfiles-591082cf71574089c7753b182b7b72d4778b333b.tar.lz
dotfiles-591082cf71574089c7753b182b7b72d4778b333b.tar.zst
dotfiles-591082cf71574089c7753b182b7b72d4778b333b.zip
Emacs: Don’t auto-quote web-mode attrs
Diffstat (limited to 'tag-emacs')
-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 "<%" "%>")))))