diff options
-rw-r--r-- | doc/misc/tramp.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index ac5aa680d5e..264a64b26ad 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -584,6 +584,13 @@ installed and loaded: (customize-set-variable 'tramp-verbose 6 "Enable remote command traces") @end lisp +For functions used to configure @value{tramp}, the following clause +might be used in your init file: + +@lisp +(with-eval-after-load 'tramp (tramp-change-syntax 'simplified)) +@end lisp + @menu * Connection types:: Types of connections to remote hosts. |