mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/web: web-mode-auto-close-style = 1
< could be part of an emmet expression or inline script. Closing tags on </ is less ambiguous.
This commit is contained in:
@ -30,7 +30,7 @@
|
|||||||
:ok-statuses '(0 1))
|
:ok-statuses '(0 1))
|
||||||
|
|
||||||
(setq web-mode-enable-html-entities-fontification t
|
(setq web-mode-enable-html-entities-fontification t
|
||||||
web-mode-auto-close-style 2)
|
web-mode-auto-close-style 1)
|
||||||
|
|
||||||
(after! smartparens
|
(after! smartparens
|
||||||
(defun +web-is-auto-close-style-3 (_id action _context)
|
(defun +web-is-auto-close-style-3 (_id action _context)
|
||||||
|
Reference in New Issue
Block a user