From 7207afbb11904371a5722f28c4aaa8aeab53f8ed Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 19 Jul 2025 15:04:36 +0200 Subject: [PATCH] Update Tramp manual * doc/misc/tramp.texi (Frequently Asked Questions): Add new items for Tramp speed up. (cherry picked from commit a86e33663eb6f3d6146ce360c529ca21b6cd03b1) --- doc/misc/tramp.texi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index b7d83cce585..ceb0167b712 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -5416,6 +5416,16 @@ connections, apply the following code. @end group @end lisp +@vindex auto-revert-remote-files +@item +Disable auto reverting of remote files. Set +@code{auto-revert-remote-files} to @code{nil}. This is the default. + +@vindex enable-remote-dir-locals +@item +Disable directory-local variables for remote files. Set +@code{enable-remote-dir-locals} to @code{nil}. This is the default. + @vindex dired-check-symlinks @item Disable check for symbolic link validity in @code{dired} buffers. -- 2.39.5