Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.01 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.01 KB

Build Status MELPA MELPA Stable License: GPL v3

auto-rename-tag

Automatically rename paired HTML/XML tag.

Usage

Enable for all buffers.

(global-auto-rename-tag-mode t)

Or you can just enable in specific buffer you want.

(auto-rename-tag-mode t)

Contribution

If you would like to contribute to this project, you may either clone and make pull requests to this repository. Or you can clone the project and establish your own branch of this tool. Any methods are welcome!