Variable: evil-show-paren-range

evil-show-paren-range is a customizable variable defined in evil-vars.el.

Value

0

Documentation

The maximum distance between point and a parenthesis which causes the parenthesis to be highlighted.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-show-paren-range 0
  "The maximum distance between point and a parenthesis
which causes the parenthesis to be highlighted."
  :type 'integer
  :group 'evil)