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.
 

13 lines
407 B

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 <kbd>M-x highlight-parentheses-mode</kbd> or by adding it
to a hook.