Variable: hypb:mail-address-mode-list
hypb:mail-address-mode-list is a variable defined in hypb.el.
Value
(fundamental-mode prog-mode text-mode)
Documentation
List of major modes in which mail address implicit buttons are active.
Also active in any Decendent modes of those listed.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hypb.el
(defvar hypb:mail-address-mode-list
'(fundamental-mode prog-mode text-mode)
"List of major modes in which mail address implicit buttons are active.
Also active in any Decendent modes of those listed.")