Variable: hui-select-indent-modes

hui-select-indent-modes is a customizable variable defined in hui-select.el.

Value

(altmath-mode asm-mode csh-mode eiffel-mode ksh-mode math-mode
	      miranda-mode pascal-mode python-mode python-ts-mode
	      sather-mode fundamental-mode kotl-mode
	      indented-text-mode Info-mode outline-mode text-mode)

Documentation

List of modes that use indentation mostly to define syntactic structure.

Use for language major modes.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-select.el
(defcustom hui-select-indent-modes
  (append '(altmath-mode asm-mode csh-mode eiffel-mode ksh-mode math-mode miranda-mode
                         pascal-mode python-mode python-ts-mode sather-mode)
	  hui-select-text-modes)
  "List of modes that use indentation mostly to define syntactic structure.
Use for language major modes."
  :type '(repeat (function :tag "Mode"))
  :group 'hyperbole-commands)