highlight-parentheses.el ======================== Highlight surrounding parentheses in Emacs [![Build Status](https://travis-ci.org/tsdh/highlight-parentheses.el.svg?branch=master)](https://travis-ci.org/tsdh/highlight-parentheses.el) 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.