Variable: show-paren-when-point-in-periphery

show-paren-when-point-in-periphery is a customizable variable defined in paren.el.gz.

Value

nil

Documentation

If non-nil, show parens when point is in the line's periphery.

The periphery is at the beginning or end of a line or in any whitespace there.

This variable was added, or its default value changed, in Emacs 25.1.

Probably introduced at or before Emacs version 25.1.

Source Code

;; Defined in /usr/src/emacs/lisp/paren.el.gz
(defcustom show-paren-when-point-in-periphery nil
  "If non-nil, show parens when point is in the line's periphery.
The periphery is at the beginning or end of a line or in any
whitespace there."
  :type 'boolean
  :version "25.1")