legacy-dotfiles/.emacs.d/tramp
2010-06-30 20:59:12 +02:00

20 lines
619 B
Text

;; -*- 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")))