mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
* custom.texi (Directory Variables): Mention enable-remote-dir-locals.
This commit is contained in:
parent
0372ee9295
commit
85973ba08b
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2012-06-06 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* custom.texi (Directory Variables): Mention enable-remote-dir-locals.
|
||||
|
||||
2012-05-28 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* ack.texi, building.texi, calendar.texi, custom.texi:
|
||||
|
|
|
|||
|
|
@ -1283,7 +1283,9 @@ specified in @file{.dir-locals.el}, as though they had been defined as
|
|||
file-local variables for that file (@pxref{File Variables}). Emacs
|
||||
searches for @file{.dir-locals.el} starting in the directory of the
|
||||
visited file, and moving up the directory tree. To avoid slowdown,
|
||||
this search is skipped for remote files.
|
||||
this search is skipped for remote files. If needed, the search can be
|
||||
extended for remote files by setting the variable
|
||||
@code{enable-remote-dir-locals} to @code{t}.
|
||||
|
||||
The @file{.dir-locals.el} file should hold a specially-constructed
|
||||
list, which maps major mode names (symbols) to alists
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue