From 45bc6e49d35f34859954b5372f00a2a26c7d5a9b Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 28 Apr 2018 15:54:39 -0400 Subject: [PATCH] lang/web: web-mode-enable-auto-quoting = nil --- modules/lang/web/+html.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/lang/web/+html.el b/modules/lang/web/+html.el index 7e3b07cf9..6e93acb6f 100644 --- a/modules/lang/web/+html.el +++ b/modules/lang/web/+html.el @@ -14,7 +14,8 @@ :mode "templates/.+\\.php$" :config (set! :company-backend 'web-mode '(company-web-html company-yasnippet)) - (setq web-mode-enable-html-entities-fontification t) + (setq web-mode-enable-html-entities-fontification t + web-mode-enable-auto-quoting nil) (map! :map web-mode-map (:localleader