Variable: hycontrol--initial-which-key-inhibit

hycontrol--initial-which-key-inhibit is a variable defined in hycontrol.el.

Value

nil

Documentation

Store value of which-key-inhibit flag from "which-key" package, if any.

Used on entry to HyControl.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hycontrol.el
(defvar hycontrol--initial-which-key-inhibit nil
  "Store value of `which-key-inhibit' flag from \"which-key\" package, if any.
Used on entry to HyControl.")