projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
076ed98
)
Give example for configuration in tramp.texi
author
Michael Albinus
<michael.albinus@gmx.de>
Tue, 2 Apr 2019 08:48:39 +0000
(10:48 +0200)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/doc/misc/tramp.texi
b/doc/misc/tramp.texi
index ac5aa680d5e8bd2a5890daf101c65d2513d369f5..264a64b26ad7572f5d18a4fa248ef0853d9a5a0a 100644
(file)
--- 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.