summaryrefslogtreecommitdiff
path: root/emacs/tramp
diff options
context:
space:
mode:
authorMatias Linares <matias.linares@comprandoengrupo.net>2023-09-25 09:33:17 -0300
committerMatias Linares <matias.linares@comprandoengrupo.net>2023-09-25 09:33:17 -0300
commit0f873d646031971dd37824181b65ce457576749e (patch)
tree4c897c8af19d50aa6746ec0c08b90b7b57046c4d /emacs/tramp
parent6c4c5513618105ea4ce081b04e0545c7c05431d8 (diff)
downloaddotfiles-0f873d646031971dd37824181b65ce457576749e.tar.gz
Add emacs configuration
Diffstat (limited to 'emacs/tramp')
-rw-r--r--emacs/tramp37
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))