Variable: hypb:include-major-modes

hypb:include-major-modes is a variable defined in hypb.el.

Value

(csv-mode elfeed-search-mode elfeed-show-mode eww-mode
	  gnus-article-edit-mode gnus-article-mode kotl-mode
	  mh-letter-mode mh-show-mode mu4e-headers-mode mu4e-main-mode
	  prog-mode rmail-edit-mode rmail-mode text-mode)

Documentation

List of major modes with HyWikiWord and mail address recognition.

If the value is nil, then include all major modes.

By default, all special modes, like Dired, are excluded. A major mode included here will override its inclusion in hypb:exclude-major-modes.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260812.619/hypb.el
(defvar hypb:include-major-modes
  '(csv-mode
    elfeed-search-mode elfeed-show-mode
    eww-mode
    gnus-article-edit-mode gnus-article-mode
    kotl-mode
    mh-letter-mode mh-show-mode
    mu4e-headers-mode mu4e-main-mode
    prog-mode
    rmail-edit-mode rmail-mode
    text-mode)
  "List of major modes with HyWikiWord and mail address recognition.
If the value is nil, then include all major modes.

By default, all special modes, like Dired, are excluded.  A major mode
included here will override its inclusion in `hypb:exclude-major-modes'.")