]> git.eshelyaron.com Git - emacs.git/commitdiff
Give example for configuration in tramp.texi
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 2 Apr 2019 08:48:39 +0000 (10:48 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 2 Apr 2019 08:48:39 +0000 (10:48 +0200)
* doc/misc/tramp.texi (Configuration): Explain how to call Tramp
configuration functions in the init file.

doc/misc/tramp.texi

index ac5aa680d5e8bd2a5890daf101c65d2513d369f5..264a64b26ad7572f5d18a4fa248ef0853d9a5a0a 100644 (file)
@@ -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.