Variable: preview-preserve-indentation

preview-preserve-indentation is a customizable variable defined in preview.el.

Value

t

Documentation

Whether to keep additional whitespace at the left of a line.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/preview.el
(defcustom preview-preserve-indentation t
  "Whether to keep additional whitespace at the left of a line."
  :group 'preview-appearance :type 'boolean)