emacs-vs / auto-rename-tag

Automatically rename paired HTML/XML tag.
GNU General Public License v3.0
38 stars 10 forks source link

Tags are renamed in post-command-hook #10

Closed aaronjensen closed 4 years ago

aaronjensen commented 4 years ago

Fixes #9

This works better than what I posted in the issue. Give it a shot and see if it still works in all your scenarios.

jcs090218 commented 4 years ago

So what we do is place the function in post-command-hook instead of the after-changes-hook? I don't see strong objection to this! Merged this now! Thanks!