Variable: hui-select-text-modes
hui-select-text-modes is a customizable variable defined in
hui-select.el.
Value
(fundamental-mode kotl-mode indented-text-mode Info-mode outline-mode text-mode)
Documentation
List of textual modes where paragraphs may be outdented or indented.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-select.el
(defcustom hui-select-text-modes
'(fundamental-mode kotl-mode indented-text-mode Info-mode outline-mode text-mode)
"List of textual modes where paragraphs may be outdented or indented."
:type '(repeat (function :tag "Mode"))
:group 'hyperbole-commands)