You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
highlight-parentheses.el
Highlight surrounding parentheses in Emacs

Add the following to your .emacs file:
(require 'highlight-parentheses)
Enable the mode using M-x highlight-parentheses-mode or by adding it
to a hook.