Variable: enable-dir-local-variables

enable-dir-local-variables is a variable defined in files.el.gz.

Value

t

Documentation

Non-nil means enable use of directory-local variables.

Some modes may wish to set this to nil to prevent directory-local settings being applied, but still respect file-local ones.

View in manual

Probably introduced at or before Emacs version 24.4.

Source Code

;; Defined in /usr/src/emacs/lisp/files.el.gz
(defvar enable-dir-local-variables t
  "Non-nil means enable use of directory-local variables.
Some modes may wish to set this to nil to prevent directory-local
settings being applied, but still respect file-local ones.")