Variable: hycontrol-frame-widths
hycontrol-frame-widths is a variable defined in hycontrol.el.
Value
(1.0 0.75 0.666 0.5 0.333 0.25)
Documentation
List of width percentages to cycle through when adjusting a frame's width.
0.75 and 75 are treated as the same percentage.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hycontrol.el
(defvar hycontrol-frame-widths
'(1.0 0.75 0.666 0.5 0.333 0.25)
"List of width percentages to cycle through when adjusting a frame's width.
0.75 and 75 are treated as the same percentage.")