Variable: lisp-backquote-indentation

lisp-backquote-indentation is a customizable variable defined in cl-indent.el.gz.

Value

t

Documentation

Whether or not to indent backquoted lists as code.

If nil, indent backquoted lists as data, i.e., like quoted lists.

Probably introduced at or before Emacs version 22.1.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/cl-indent.el.gz
(defcustom lisp-backquote-indentation t
  "Whether or not to indent backquoted lists as code.
If nil, indent backquoted lists as data, i.e., like quoted lists."
  :type 'boolean)