Variable: hywiki-default-mode
hywiki-default-mode is a customizable variable defined in hywiki.el.
Value
:pages
Documentation
Customizable initial mode setting for HyWiki minor mode.
When Hyperbole minor mode is first activated, e.g. by pressing {C-h h},
HyWiki minor mode is initialized to the state specified by this variable.
See the documentation for the function, hywiki-mode(var)/hywiki-mode(fun), for a summary of
valid state values.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260822.1645/hywiki.el
(defcustom hywiki-default-mode :pages
"Customizable initial mode setting for HyWiki minor mode.
When Hyperbole minor mode is first activated, e.g. by pressing {C-h h},
HyWiki minor mode is initialized to the state specified by this variable.
See the documentation for the function, `hywiki-mode', for a summary of
valid state values."
:type 'string
:group 'hyperbole-hywiki)