summaryrefslogtreecommitdiffstats
path: root/.emacs.d/tramp
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/tramp')
-rw-r--r--.emacs.d/tramp20
1 files changed, 20 insertions, 0 deletions
diff --git a/.emacs.d/tramp b/.emacs.d/tramp
new file mode 100644
index 0000000..407d593
--- /dev/null
+++ b/.emacs.d/tramp
@@ -0,0 +1,20 @@
+;; -*- emacs-lisp -*-
+;; Tramp connection history. Don't change this file.
+;; You can delete it, forcing Tramp to reapply the checks.
+
+((["scp" "slash" "192.168.1.90" nil]
+ ("uname" "Linux 2.6.33.5-112.fc13.i686")
+ ("test" "test")
+ ("remote-path"
+ ("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"))
+ ("remote-shell" "/bin/sh")
+ ("~" "/home/slash")
+ ("file-exists" "test -e")
+ ("stat" "\\stat")
+ ("id" "/usr/bin/id")
+ ("gid-integer" 500)
+ ("local-encoding" base64-encode-region)
+ ("local-decoding" base64-decode-region)
+ ("remote-encoding" "base64")
+ ("remote-decoding" "base64 -d")
+ ("perl" "\\perl")))