Variable: hypb:exclude-major-modes

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

Value

nil

Documentation

List of major modes to exclude from HyWikiWord and mail address recognition.

Any special major mode, like Dired, is automatically excluded unless included in the list, hypb:include-major-modes.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260812.619/hypb.el
;;; ************************************************************************
;;; Public variables
;;; ************************************************************************

(defvar hypb:exclude-major-modes nil
  "List of major modes to exclude from HyWikiWord and mail address recognition.
Any `special' major mode, like Dired, is automatically excluded unless
included in the list, `hypb:include-major-modes'.")