Remove auto enable auto-rename-tag-mode.

This commit is contained in:
KJ 2024-03-28 22:05:23 -04:00
parent 8c5f9ecd14
commit c6c18aab3c
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@
(use-package auto-rename-tag
:elpaca (:host github :repo "jcs-elpa/auto-rename-tag")
:defer t
:hook ((html-mode . auto-rename-tag-mode)
(web-mode . auto-rename-tag-mode))
)
(provide 'lang-html)