summaryrefslogtreecommitdiffstats
path: root/.emacs.d/tramp
diff options
context:
space:
mode:
authorGravatar ryuslash2010-09-12 10:33:26 +0200
committerGravatar ryuslash2010-09-12 10:33:26 +0200
commit1ca854dbec0e879429c83b3da3d26dae1d852c00 (patch)
tree8ccc6cfeca5c6b97afdc94c312f55a064b1c047d /.emacs.d/tramp
parent7c4787a7f477d92dfc58713e61abb42ed5844e87 (diff)
downloaddotfiles-1ca854dbec0e879429c83b3da3d26dae1d852c00.tar.gz
dotfiles-1ca854dbec0e879429c83b3da3d26dae1d852c00.zip
Removed old emacs files
Diffstat (limited to '.emacs.d/tramp')
-rw-r--r--.emacs.d/tramp20
1 files changed, 0 insertions, 20 deletions
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")))