Enable sgml-electric-pair mode in web-mode, sgml-mode, and nxml-mode

This commit is contained in:
Adam Goldsmith 2019-01-20 02:28:38 -05:00
parent ab7f633220
commit e05a22c2b4
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,8 @@
(setq ibuffer-show-empty-filter-groups nil))))
(use-package sgml-mode
:hook ((sgml-mode nxml-mode html-mode web-mode)
. sgml-electric-tag-pair-mode)
:config
(setq sgml-basic-offset 4))