Variable: hywiki-exclude-major-modes

hywiki-exclude-major-modes is a customizable variable defined in hywiki.el.

Value

nil

Documentation

List of major modes to exclude from HyWikiWord highlighting and recognition.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defcustom hywiki-exclude-major-modes nil
  "List of major modes to exclude from HyWikiWord highlighting and recognition."
  :type '(list symbol)
  :group 'hyperbole-hywiki)