Reputation: 10954
I really find convenient with the feature of highlighting opening and closing tag in XHTML document in Notepad++. Is there any equivalent feature in Emacs? I am using Emacs 24.3.1
Upvotes: 1
Views: 310
Reputation: 1055
I think you want the editor to show you the closing tag when you cursor over its opening mate and vice versa. One way to get that is to install smartparens and execute M-x show-smartparens-mode
.
Upvotes: 1