From 591082cf71574089c7753b182b7b72d4778b333b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 17 Jun 2016 17:36:37 +0200 Subject: Emacs: Don’t auto-quote web-mode attrs --- tag-emacs/emacs.d/init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d/init.org') 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 "<%" "%>"))))) -- cgit 1.4.1