From 52e3d3d4c42c999d749d56958c03f1acc301df19 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 2 Apr 2019 10:48:39 +0200 Subject: [PATCH] Give example for configuration in tramp.texi * doc/misc/tramp.texi (Configuration): Explain how to call Tramp configuration functions in the init file. --- doc/misc/tramp.texi | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.39.2