diff options
Diffstat (limited to 'configs/shared/.emacs.d/tramp')
-rw-r--r-- | configs/shared/.emacs.d/tramp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/shared/.emacs.d/tramp b/configs/shared/.emacs.d/tramp new file mode 100644 index 000000000000..71a1e33c4fb9 --- /dev/null +++ b/configs/shared/.emacs.d/tramp @@ -0,0 +1,8 @@ +;; -*- emacs-lisp -*- <19/11/18 15:05:12 /home/wpcarro/.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" "wpcarro" nil "desktop" nil nil nil) + nil) + ((tramp-file-name "ssh" "wpcarro" nil "cloudtop" nil nil nil) + nil)) |