diff --git a/modules/lang/web/+html.el b/modules/lang/web/+html.el index 31db91490..610deca66 100644 --- a/modules/lang/web/+html.el +++ b/modules/lang/web/+html.el @@ -36,7 +36,7 @@ (defun +web-is-auto-close-style-3 (_id action _context) (and (eq action 'insert) (eq web-mode-auto-close-style 3))) - (sp-local-pair 'web-mode "<" nil :unless '(:add +web-is-auto-close-style-3)) + (sp-local-pair 'web-mode "<" ">" :unless '(:add +web-is-auto-close-style-3)) ;; let smartparens handle these (setq web-mode-enable-auto-quoting nil