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 (13)
show-paren--overlay | Overlay used to highlight the matching paren. |
show-paren--overlay-1 | Overlay used to highlight the paren at point. |
show-paren-data-function | Function to find the opener/closer "near" point and its match. |
show-paren-delay | Time in seconds to delay before showing a matching paren. |
show-paren-highlight-openparen | Non-nil turns on openparen highlighting when matching forward. |
show-paren-local-mode-hook | Hook run after entering or leaving ‘show-paren-local-mode’. |
show-paren-mode | Non-nil if Show-Paren mode is enabled. |
show-paren-mode-hook | Hook run after entering or leaving ‘show-paren-mode’. |
show-paren-priority | Priority of paren highlighting overlays. |
show-paren-ring-bell-on-mismatch | If non-nil, beep if mismatched paren is detected. |
show-paren-style | Style used when showing a matching paren. |
show-paren-when-point-in-periphery | If non-nil, show parens when point is in the line’s periphery. |
show-paren-when-point-inside-paren | If non-nil, show parens when point is just inside one. |
Defined functions (7)
show-paren--categorize-paren | (POS) |
show-paren--default | () |
show-paren--locate-near-paren | () |
show-paren--unescaped-p | (POS) |
show-paren-function | () |
show-paren-local-mode | (&optional ARG) |
show-paren-mode | (&optional ARG) |