Function: hycontrol-set-height-percentage-full-width

hycontrol-set-height-percentage-full-width is a byte-compiled function defined in hycontrol.el.

Signature

(hycontrol-set-height-percentage-full-width HEIGHT-PERCENTAGE)

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hycontrol.el
(defun hycontrol-set-height-percentage-full-width (height-percentage)
  (hycontrol-frame-width-percentage-of-screen 1)
  (hycontrol-frame-height-percentage-of-screen height-percentage))