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.
HyWiki mode has three states, any one of which can be set as the default:
- :pages - highlight HyWikiWords in HyWiki pages only (Org files in
hywiki-directory)
- :all - highlight HyWikiWords in all editable buffers except those
with a major mode in hywiki-exclude-major-modes.
- nil - no highlighting, the mode is disabled.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defcustom hywiki-default-mode :pages
"Customizable initial mode setting for HyWiki minor mode.
HyWiki mode has three states, any one of which can be set as the default:
- :pages - highlight HyWikiWords in HyWiki pages only (Org files in
`hywiki-directory')
- :all - highlight HyWikiWords in all editable buffers except those
with a major mode in `hywiki-exclude-major-modes'.
- nil - no highlighting, the mode is disabled."
:type 'string
:group 'hyperbole-hywiki)