Variable: hui:selectable-thing-priority-list
hui:selectable-thing-priority-list is a customizable variable defined
in hui.el.
Value
(uuid email filename symbol word whitespace)
Documentation
List of priority ordered symbols recognized by thing-at-point.
Either a 'url matches or the first match from this list is used when
hui:non-delimited-selectable-thing-and-bounds is called during region
copy and kills. Set this list to nil to disable both delimited and
non-delimited thing recognition in copy and kill commands when
hyperbole-mode(var)/hyperbole-mode(fun) is enabled.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui.el
(defcustom hui:selectable-thing-priority-list '(uuid email filename symbol word whitespace)
"List of priority ordered symbols recognized by `thing-at-point'.
Either a \\='url matches or the first match from this list is used when
`hui:non-delimited-selectable-thing-and-bounds' is called during region
copy and kills. Set this list to nil to disable both delimited and
non-delimited thing recognition in copy and kill commands when
`hyperbole-mode' is enabled."
:type '(list symbol)
:group 'hyperbole)