summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2019-04-02 10:48:39 +0200
committerMichael Albinus <michael.albinus@gmx.de>2019-04-02 10:48:39 +0200
commit52e3d3d4c42c999d749d56958c03f1acc301df19 (patch)
tree615e3b187bbca58ab801f3d2ba6464612cccc58b
parent076ed98ff6d7debff3929beab048c8a90e48dbb8 (diff)
downloademacs-52e3d3d4c42c999d749d56958c03f1acc301df19.tar.gz
Give example for configuration in tramp.texi
* doc/misc/tramp.texi (Configuration): Explain how to call Tramp configuration functions in the init file.
-rw-r--r--doc/misc/tramp.texi7
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.