summaryrefslogtreecommitdiff
path: root/emacs.d
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-23 08:06:50 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-23 08:06:50 +0200
commitbbfab6171de98c4a0fa8170e512b46ba3824c617 (patch)
tree160961f63913b201eb48b5cf576cb11eea833820 /emacs.d
parent7fbc39e7757ca0fafe1a13607f1c24c957f01618 (diff)
downloadliw-dot-files-bbfab6171de98c4a0fa8170e512b46ba3824c617.tar.gz
tramp state changes
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/tramp46
1 files changed, 25 insertions, 21 deletions
diff --git a/emacs.d/tramp b/emacs.d/tramp
index e263c6a..2901c71 100644
--- a/emacs.d/tramp
+++ b/emacs.d/tramp
@@ -1,4 +1,4 @@
-;; -*- emacs-lisp -*- <20/09/04 08:40:24 /home/liw/.emacs.d/tramp>
+;; -*- emacs-lisp -*- <21/03/08 10:44:16 /home/liw/.emacs.d/tramp>
;; Tramp connection history. Don't change this file.
;; You can delete it, forcing Tramp to reapply the checks.
@@ -62,37 +62,41 @@
("uid-integer" 1000)
("gid-integer" 1000))
((tramp-file-name "ssh" nil nil "exolobe5" nil nil nil)
- ("uname" "Linux 4.19.0-10-amd64")
+ ("uname" "Linux 4.19.0-14-amd64")
("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/liw")
("file-exists" "test -e")
+ ("case-insensitive" nil)
("readlink" "\\readlink")
("stat" "env QUOTING_STYLE=locale \\stat")
- ("case-insensitive" nil)
("perl-file-spec" t)
("perl-cwd-realpath" t)
("perl" "\\perl")
+ ("git" "\\git")
("id" "/bin/id")
("gid-string" "liw")
- ("gid-integer" 1000)
("uid-integer" 1000)
- ("~" "/home/liw"))
- ((tramp-file-name "ssh" nil nil "holywood5" nil nil nil)
- nil)
- ((tramp-file-name "ssh" nil nil "5" nil nil nil)
- nil)
- ((tramp-file-name "ssh" nil nil "e5" nil nil nil)
- nil)
- ((tramp-file-name "ssh" nil nil "ex5" nil nil nil)
- nil)
- ((tramp-file-name "ssh" nil nil "exo5" nil nil nil)
- nil)
- ((tramp-file-name "ssh" nil nil "exol5" nil nil nil)
- nil)
- ((tramp-file-name "ssh" nil nil "exolo5" nil nil nil)
- nil)
- ((tramp-file-name "ssh" nil nil "exolob5" nil nil nil)
- nil))
+ ("gid-integer" 1000))
+ ((tramp-file-name "ssh" nil nil "mirror-git.vm.liw.fi" nil nil nil)
+ ("uname" "Linux 4.19.0-13-amd64")
+ ("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/liw")
+ ("file-exists" "test -e")
+ ("case-insensitive" nil)
+ ("readlink" "\\readlink")
+ ("stat" "env QUOTING_STYLE=locale \\stat")
+ ("id" "/bin/id")
+ ("gid-integer" 1000)
+ ("gid-string" "liw")
+ ("perl-file-spec" t)
+ ("perl-cwd-realpath" t)
+ ("perl" "\\perl")
+ ("git" "\\git")))