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.
 
Tassilo Horn c38885bba4 Merge pull request #18 from Bad-ptr/master 9 years ago
.dir-locals.el Add dir-locals file with code style settings. 13 years ago
.gitignore Import of version 0.9.1. 18 years ago
.travis.yml Fix elisp-lint download URL. 12 years ago
README.md Fix Travis build incidator 11 years ago
highlight-parentheses.el Allow hl-paren- -[background-]colors, -attributes to be functions 9 years ago

README.md

highlight-parentheses.el

Highlight surrounding parentheses in Emacs

Build Status

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.