diff options
Diffstat (limited to 'emacs/tramp')
-rw-r--r-- | emacs/tramp | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/emacs/tramp b/emacs/tramp new file mode 100644 index 0000000..f294780 --- /dev/null +++ b/emacs/tramp @@ -0,0 +1,37 @@ +;; -*- emacs-lisp -*- <23/08/14 09:34:55 ~/.emacs.d/tramp> +;; Tramp connection history. Don't change this file. +;; Run `M-x tramp-cleanup-all-connections' instead. + +(((tramp-file-name "cache" nil nil nil nil nil nil) + ("tramp-version" "2.6.0.29.1")) + ((tramp-file-name "sudo" "root" nil "wendy" nil nil nil) + ("null-device" "/dev/null") + ("uname" "Linux 6.4.9-arch1-1") + ("locale" "LC_ALL=en_US.utf8") + ("test" "test") + ("pipe-buf" 4096) + ("remote-shell" "/bin/sh") + ("~root" "/root") + ("perl-file-spec" t) + ("perl-cwd-realpath" t) + ("perl" "\\perl") + ("file-exists" "test -e") + ("case-insensitive" nil) + ("~" "/root") + ("readlink" "\\readlink") + ("stat" "env QUOTING_STYLE=locale \\stat") + ("id" "/usr/bin/id") + ("uid-integer" 0) + ("uid-string" "root") + ("gid-integer" 0) + ("gid-string" "root") + ("groups-integer" + (0)) + ("groups-string" + ("root")) + ("bzr" nil) + ("git" "\\git") + ("hg" nil) + ("ln" "\\ln")) + ((tramp-file-name "sudo" "work" nil "wendy" nil nil nil) + nil)) |