diff options
author | Renato Martini <renato.martini@gmail.com> | 2013-10-20 21:24:15 +0200 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2013-10-23 12:17:46 +0200 |
commit | dd40f34e7df8cba8e1eee10782106592d8d60416 (patch) | |
tree | 1dff2a4b564413db96a7ee01956e4448c0cca9da /network/tramp/README | |
parent | 787ad95bbc0aa94e6beecf815835bb81e4c0c585 (diff) |
network/tramp: Added (remote file editing package for Emacs).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/tramp/README')
-rw-r--r-- | network/tramp/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/network/tramp/README b/network/tramp/README new file mode 100644 index 000000000000..654ee46bef7c --- /dev/null +++ b/network/tramp/README @@ -0,0 +1,8 @@ +After the installation of tramp into your Emacs, you will be able to +access files on remote machines as though they were local. +Access to the remote file system for editing files, version control, +and dired are transparently enabled. +Your access to the remote machine can be with the rsh, rlogin, telnet +programs or with any similar connection method. This connection must +pass ASCII successfully to be usable but need not be 8-bit clean. +The package provides support also for ssh connections out of the box. |