Variable: allout-use-hanging-indents

allout-use-hanging-indents is a customizable and buffer-local variable defined in allout.el.gz.

Documentation

If non-nil, topic body text auto-indent defaults to indent of the header.

I.e., it is indented to be just past the header prefix. This is relevant mostly for situations where auto-fill occurs.

Source Code

;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_  = allout-use-hanging-indents
(defcustom allout-use-hanging-indents t
  "If non-nil, topic body text auto-indent defaults to indent of the header.
I.e., it is indented to be just past the header prefix.  This is
relevant mostly for situations where auto-fill occurs."
  :type 'boolean
  :local t
  :group 'allout)