Variable: align-text-modes
align-text-modes is a customizable variable defined in align.el.gz.
Value
(text-mode outline-mode)
Documentation
A list of modes whose content is plain text.
Source Code
;; Defined in /usr/src/emacs/lisp/align.el.gz
(defcustom align-text-modes '(text-mode outline-mode)
"A list of modes whose content is plain text."
:type '(repeat symbol))