lang/web: web-mode-enable-auto-quoting = nil
This commit is contained in:
parent
d67496e007
commit
45bc6e49d3
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@
|
||||||
:mode "templates/.+\\.php$"
|
:mode "templates/.+\\.php$"
|
||||||
:config
|
:config
|
||||||
(set! :company-backend 'web-mode '(company-web-html company-yasnippet))
|
(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
|
(map! :map web-mode-map
|
||||||
(:localleader
|
(:localleader
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue