Variable: hywiki-mode

hywiki-mode is a variable defined in hywiki.el.

Value

:pages

Documentation

Non-nil when the global hywiki minor mode is enabled.

Don't set this directly, instead call the function hywiki-mode(var)/hywiki-mode(fun) with the value you want as its argument. See the documentation for the customization, hywiki-default-mode, for valid values.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defvar hywiki-mode nil
  "Non-nil when the global hywiki minor mode is enabled.
Don't set this directly, instead call the function `hywiki-mode'
with the value you want as its argument.  See the documentation for the
customization, `hywiki-default-mode', for valid values.")