Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 411 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 411 Bytes

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.