From b5e027978316ac33f7d7d98774c43f2fdb973c8a Mon Sep 17 00:00:00 2001
From: Chizi123 <joelgrun@gmail.com>
Date: Wed, 20 Feb 2019 06:33:58 +0000
Subject: [PATCH] Added specific modes for some languages not yet in config
---
tramp | 48 ++++++++++++++++++++++++++++++++++++++++++++----
1 files changed, 44 insertions(+), 4 deletions(-)
diff --git a/tramp b/tramp
index c036dad..38f96a3 100644
--- a/tramp
+++ b/tramp
@@ -1,4 +1,4 @@
-;; -*- emacs-lisp -*- <19/01/05 16:28:26 c:/Users/joelg/.emacs.d/tramp>
+;; -*- emacs-lisp -*- <19/02/03 21:19:40 c:/Users/joelg/.emacs.d/tramp>
;; Tramp connection history. Don't change this file.
;; You can delete it, forcing Tramp to reapply the checks.
@@ -25,8 +25,6 @@
("tmpdir" "/plink:joel@192.168.1.113:/tmp")
("touch-t" t)
("touch" "\\touch"))
- ((tramp-file-name "pscp" nil nil "joel" nil nil nil)
- nil)
((tramp-file-name "pscp" "joel" nil "192.168.1.113" nil nil nil)
("uname" "Linux 4.18.0-11-generic")
("locale" "LC_ALL=en_US.utf8")
@@ -48,4 +46,46 @@
("readlink" "\\readlink")
("case-insensitive" nil)
("ls" "/bin/ls --color=never")
- ("ls-quoting-style" t)))
+ ("ls-quoting-style" t))
+ ((tramp-file-name "pscp" "joel" nil "49.177.178.176" "2222" nil nil)
+ ("uname" "Linux 4.20.5-1.g34ae151-default")
+ ("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/joel")
+ ("file-exists" "test -e")
+ ("stat" "env QUOTING_STYLE=locale \\stat")
+ ("id" "/usr/bin/id")
+ ("gid-integer" 100)
+ ("gid-string" "users")
+ ("perl-file-spec" t)
+ ("perl-cwd-realpath" t)
+ ("perl" "\\perl")
+ ("tmpdir" "/pscp:joel@49.177.178.176#2222:/tmp")
+ ("uid-integer" 1000)
+ ("readlink" "\\readlink")
+ ("case-insensitive" nil))
+ ((tramp-file-name "pscp" "joel" nil "127.0.1.1" "123" nil nil)
+ ("uname" "Linux 4.20.2-1-default")
+ ("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")
+ ("file-exists" "test -e")
+ ("case-insensitive" nil)
+ ("readlink" "\\readlink")
+ ("stat" "env QUOTING_STYLE=locale \\stat")
+ ("id" "/usr/bin/id")
+ ("gid-integer" 100)
+ ("gid-string" "users")
+ ("perl-file-spec" t)
+ ("perl-cwd-realpath" t)
+ ("perl" "\\perl")
+ ("git" "\\git"))
+ ((tramp-file-name "pscp" "joel" nil "127.0.0.1" "123" nil nil)
+ nil)
+ ((tramp-file-name "pscp" "joel" nil "127.0.0.1" "22" nil nil)
+ nil))
--
Gitblit v1.10.0