all repos — nixfiles @ 591082cf71574089c7753b182b7b72d4778b333b

System and user configuration, managed by nix and home-manager

Emacs: Don’t auto-quote web-mode attrs
Alan Pearce alan.pearce@spotcap.com
Fri, 17 Jun 2016 17:36:37 +0200
commit

591082cf71574089c7753b182b7b72d4778b333b

parent

bf686376216a65f8b4e3468e96610f46b181aff7

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -1952,7 +1952,8 @@ web-mode-markup-indent-offset 4                     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 "<%" "%>")))))