Variable: lisp-body-indent

lisp-body-indent is a customizable variable defined in lisp-mode.el.gz.

Value

2

Documentation

Number of columns to indent the second line of a (def...) form.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/lisp-mode.el.gz
(defcustom lisp-body-indent 2
  "Number of columns to indent the second line of a `(def...)' form."
  :group 'lisp
  :type 'integer
  :safe #'integerp)