emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 02b3820: Document how to disable Tramp file archives


From: Michael Albinus
Subject: emacs-27 02b3820: Document how to disable Tramp file archives
Date: Wed, 25 Mar 2020 14:24:14 -0400 (EDT)

branch: emacs-27
commit 02b3820315e11c64074ade8474c693401c44ae24
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Document how to disable Tramp file archives
    
    * doc/misc/tramp.texi (Archive file names): Explain how to disable
    file archives.
---
 doc/misc/tramp.texi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 49c32ac..e48a48b 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -3753,6 +3753,14 @@ It is even possible to access file archives in file 
archives, as
 @end group
 @end lisp
 
+@vindex tramp-archive-enabled
+In order to disable file archives, you could add the following form to
+your init file:
+
+@lisp
+(customize-set-variable 'tramp-archive-enabled nil)
+@end lisp
+
 
 @node Bug Reports
 @chapter Reporting Bugs and Problems



reply via email to

[Prev in Thread] Current Thread [Next in Thread]