From 5f0f2f90361a4c0a76478b288998595fc3ddebd2 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Wed, 8 Apr 2020 10:38:14 -0300 Subject: Added my old emacs config --- .emacs.d.back/tramp | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 .emacs.d.back/tramp (limited to '.emacs.d.back/tramp') diff --git a/.emacs.d.back/tramp b/.emacs.d.back/tramp new file mode 100644 index 00000000..c3182470 --- /dev/null +++ b/.emacs.d.back/tramp @@ -0,0 +1,49 @@ +;; -*- emacs-lisp -*- <19/12/20 16:51:08 /home/roger/.emacs.d/tramp> +;; Tramp connection history. Don't change this file. +;; You can delete it, forcing Tramp to reapply the checks. + +(((tramp-file-name "ssh" "root" nil "cloud.rogs.me" nil nil nil) + ("uname" "Linux 4.15.0-55-generic") + ("locale" "LC_ALL=en_US.utf8") + ("test" "test") + ("remote-path" + ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin")) + ("remote-shell" "/bin/sh") + ("~" "/root") + ("file-exists" "test -e") + ("stat" "env QUOTING_STYLE=locale \\stat") + ("id" "/usr/bin/id") + ("gid-integer" 0) + ("gid-string" "root") + ("case-insensitive" nil) + ("readlink" "\\readlink") + ("perl-file-spec" t) + ("perl-cwd-realpath" t) + ("perl" "\\perl") + ("git" "\\git") + ("uid-integer" 0)) + ((tramp-file-name "ssh" "roger" nil "192.168.1.222" nil nil nil) + ("uname" "Linux 5.0.0-36-generic") + ("locale" "LC_ALL=en_US.utf8") + ("test" "test") + ("remote-path" + ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin")) + ("remote-shell" "/bin/sh") + ("~" "/home/roger") + ("file-exists" "test -e") + ("stat" "env QUOTING_STYLE=locale \\stat") + ("id" "/usr/bin/id") + ("gid-integer" 1000) + ("gid-string" "roger") + ("perl-file-spec" t) + ("perl-cwd-realpath" t) + ("perl" "\\perl") + ("case-insensitive" nil) + ("readlink" "\\readlink") + ("git" "\\git") + ("ls" "/bin/ls --color=never") + ("ls-quoting-style" t) + ("ls-dired" t) + ("uid-integer" 1000)) + ((tramp-file-name "ssh" "ubuntu" nil "api-pincodes.destapp.com" nil nil nil) + nil)) -- cgit v1.2.3