Variable: hywconfig-ring-max
hywconfig-ring-max is a customizable variable defined in hywconfig.el.
Value
10
Documentation
Max length of Hyperbole window config ring before oldest elements are deleted.
Aliases
wconfig-ring-max (obsolete since 06.00)
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywconfig.el
(defcustom hywconfig-ring-max 10
"Max length of Hyperbole window config ring before oldest elements are deleted."
:type `(integer
:match ,(lambda (_widget value) (and (integerp value) (> value 0))))
:group 'hyperbole-screen)