lang/web: web-mode-enable-auto-quoting = nil

This commit is contained in:
Henrik Lissner 2018-04-28 15:54:39 -04:00
parent d67496e007
commit 45bc6e49d3
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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