Variable: smart-tags-mode-list

smart-tags-mode-list is a customizable variable defined in hmouse-tag.el.

Value

(fundamental-mode prog-mode text-mode)

Documentation

Major modes where programming symbols are recognized by the Smart Keys.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-tag.el
(defcustom smart-tags-mode-list '(fundamental-mode prog-mode text-mode)
  "Major modes where programming symbols are recognized by the Smart Keys."
  :type '(repeat symbol)
  :group 'hyperbole-commands)