Variable: enable-remote-dir-locals
enable-remote-dir-locals is a customizable variable defined in
files.el.gz.
Value
nil
Documentation
Non-nil means dir-local variables will be applied to remote files.
This variable was added, or its default value changed, in Emacs 24.3.
Probably introduced at or before Emacs version 24.3.
Source Code
;; Defined in /usr/src/emacs/lisp/files.el.gz
(defcustom enable-remote-dir-locals nil
"Non-nil means dir-local variables will be applied to remote files."
:version "24.3"
:type 'boolean
:group 'find-file)