File: paren.el.html

Put this into your ~/.emacs:

 (show-paren-mode t)

It will display highlighting on whatever paren matches the one before or after point.

Defined variables (15)

show-paren--overlayOverlay used to highlight the matching paren.
show-paren--overlay-1Overlay used to highlight the paren at point.
show-paren-context-when-offscreenIf non-nil, show context around the opening paren if it is offscreen.
show-paren-data-functionFunction to find the opener/closer "near" point and its match.
show-paren-delayTime in seconds to delay before showing a matching paren.
show-paren-highlight-openparenNon-nil turns on openparen highlighting when matching forward.
show-paren-local-mode-hookHook run after entering or leaving ‘show-paren-local-mode’.
show-paren-modeNon-nil if Show-Paren mode is enabled.
show-paren-mode-hookHook run after entering or leaving ‘show-paren-mode’.
show-paren-predicateWhether to use ‘show-paren-mode’ in a buffer.
show-paren-priorityPriority of paren highlighting overlays.
show-paren-ring-bell-on-mismatchIf non-nil, beep if mismatched paren is detected.
show-paren-styleStyle used when showing a matching paren.
show-paren-when-point-in-peripheryIf non-nil, show parens when point is in the line’s periphery.
show-paren-when-point-inside-parenIf non-nil, show parens when point is just inside one.

Defined functions (11)

show-paren--categorize-paren(POS)
show-paren--context-child-frame-buffer(TEXT)
show-paren--context-child-frame-redirect-focus()
show-paren--default()
show-paren--locate-near-paren()
show-paren--show-context-in-child-frame(TEXT)
show-paren--show-context-in-overlay(TEXT)
show-paren--unescaped-p(POS)
show-paren-function()
show-paren-local-mode(&optional ARG)
show-paren-mode(&optional ARG)

Defined faces (0)