From: Michael Albinus Date: Tue, 2 Apr 2019 08:48:39 +0000 (+0200) Subject: Give example for configuration in tramp.texi X-Git-Tag: emacs-27.0.90~3277 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=52e3d3d4c42c999d749d56958c03f1acc301df19;p=emacs.git Give example for configuration in tramp.texi * doc/misc/tramp.texi (Configuration): Explain how to call Tramp configuration functions in the init file. --- 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.