]> git.eshelyaron.com Git - emacs.git/commitdiff
Document how to disable Tramp file archives
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 25 Mar 2020 18:24:06 +0000 (19:24 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 25 Mar 2020 18:24:06 +0000 (19:24 +0100)
* doc/misc/tramp.texi (Archive file names): Explain how to disable
file archives.

doc/misc/tramp.texi

index 49c32ac3f17218aabe8c3526986d42f7e52b47d5..e48a48b5d141ca402e230be1a525dc615816a360 100644 (file)
@@ -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