Variable: hui-menu-max-list-length
hui-menu-max-list-length is a variable defined in hui-menu.el.
Value
24
Documentation
Positive integer that caps the length of a Hyperbole dynamic menu lists.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-menu.el
;;; ************************************************************************
;;; Private variables
;;; ************************************************************************
(defvar hui-menu-max-list-length 24
"Positive integer that caps the length of a Hyperbole dynamic menu lists.")