From 722c13a8fc093bc67b9be444547571d544cb79a0 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 30 Jun 2010 20:59:12 +0200 Subject: Switched over from dotemacs to doteverything --- .emacs.d/tramp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .emacs.d/tramp (limited to '.emacs.d/tramp') 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"))) -- cgit v1.2.3-54-g00ecf