Minor Tramp doc update
* doc/misc/tramp.texi (Frequently Asked Questions): Mention `vc-handled-backends'.
This commit is contained in:
parent
331d0e520f
commit
8d4223e61b
1 changed files with 8 additions and 0 deletions
|
@ -3043,6 +3043,14 @@ Disable version control to avoid delays:
|
||||||
@end group
|
@end group
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
|
If this is too radical, because you want to use version control
|
||||||
|
remotely, trim @code{vc-handled-backends} to just those you care
|
||||||
|
about, for example:
|
||||||
|
|
||||||
|
@lisp
|
||||||
|
(setq vc-handled-backends '(SVN Git))
|
||||||
|
@end lisp
|
||||||
|
|
||||||
Disable excessive traces. Set @code{tramp-verbose} to 3 or lower,
|
Disable excessive traces. Set @code{tramp-verbose} to 3 or lower,
|
||||||
default being 3. Increase trace levels temporarily when hunting for
|
default being 3. Increase trace levels temporarily when hunting for
|
||||||
bugs.
|
bugs.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue