mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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))
|
||||
|
||||
(setq web-mode-enable-html-entities-fontification t
|
||||
web-mode-auto-close-style 2)
|
||||
web-mode-auto-close-style 1)
|
||||
|
||||
(after! smartparens
|
||||
(defun +web-is-auto-close-style-3 (_id action _context)
|
||||
|
Reference in New Issue
Block a user