Variable: bibtex-align-at-equal-sign

bibtex-align-at-equal-sign is a customizable variable defined in bibtex.el.gz.

Value

nil

Documentation

If non-nil, align fields at equal sign instead of field text.

If non-nil, the column for the equal sign is the value of bibtex-text-indentation, minus 2.

Probably introduced at or before Emacs version 20.1.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defcustom bibtex-align-at-equal-sign nil
  "If non-nil, align fields at equal sign instead of field text.
If non-nil, the column for the equal sign is the value of
`bibtex-text-indentation', minus 2."
  :group 'bibtex
  :type 'boolean)