emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 52e3d3d: Give example for configuration in tramp.te


From: Michael Albinus
Subject: [Emacs-diffs] master 52e3d3d: Give example for configuration in tramp.texi
Date: Tue, 2 Apr 2019 04:48:46 -0400 (EDT)

branch: master
commit 52e3d3d4c42c999d749d56958c03f1acc301df19
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    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 ac5aa68..264a64b 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:
+
address@hidden
+(with-eval-after-load 'tramp (tramp-change-syntax 'simplified))
address@hidden lisp
+
 
 @menu
 * Connection types::            Types of connections to remote hosts.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]