From 1ca854dbec0e879429c83b3da3d26dae1d852c00 Mon Sep 17 00:00:00 2001 From: ryuslash Date: Sun, 12 Sep 2010 10:33:26 +0200 Subject: Removed old emacs files --- .emacs.d/tramp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .emacs.d/tramp (limited to '.emacs.d/tramp') diff --git a/.emacs.d/tramp b/.emacs.d/tramp deleted file mode 100644 index 407d593..0000000 --- a/.emacs.d/tramp +++ /dev/null @@ -1,20 +0,0 @@ -;; -*- 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