FG42/conf/emacs.d/tramp

22 lines
581 B
Plaintext

;; -*- emacs-lisp -*-
;; Tramp connection history. Don't change this file.
;; You can delete it, forcing Tramp to reapply the checks.
((["su" "root" "localhost" nil]
("uname" "Linux 2.6.37-2")
("test" "test")
("remote-path"
("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"))
("remote-shell" "/bin/sh")
("stat" "\\stat")
("file-exists" "test -e")
("id" "/usr/bin/id")
("gid-string" "root")
("ls" "/bin/ls --color=never")
("gid-integer" 0)
("uid-integer" 0)
("readlink" "\\readlink")
("perl-file-spec" t)
("perl-cwd-realpath" t)
("perl" "\\perl")))