Variable: permanently-enabled-local-variables
permanently-enabled-local-variables is a variable defined in
files.el.gz.
Value
(lexical-binding)
Documentation
A list of file-local variables that are always enabled.
This overrides any enable-local-variables setting.
Probably introduced at or before Emacs version 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/files.el.gz
(defvar permanently-enabled-local-variables '(lexical-binding)
"A list of file-local variables that are always enabled.
This overrides any `enable-local-variables' setting.")