Document how to disable Tramp file archives
* doc/misc/tramp.texi (Archive file names): Explain how to disable file archives.
This commit is contained in:
parent
4860530f3c
commit
02b3820315
1 changed files with 8 additions and 0 deletions
|
@ -3753,6 +3753,14 @@ It is even possible to access file archives in file archives, as
|
||||||
@end group
|
@end group
|
||||||
@end lisp
|
@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
|
@node Bug Reports
|
||||||
@chapter Reporting Bugs and Problems
|
@chapter Reporting Bugs and Problems
|
||||||
|
|
Loading…
Add table
Reference in a new issue