From 9b2a4837bb9f6b033c8b9ef8e0b1b92ead31eda7 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 12 Feb 2021 09:38:24 -0800 Subject: emacs: initial configuration for tramp --- emacs/custom/fcuny-tramp.el | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 emacs/custom/fcuny-tramp.el (limited to 'emacs/custom/fcuny-tramp.el') diff --git a/emacs/custom/fcuny-tramp.el b/emacs/custom/fcuny-tramp.el new file mode 100644 index 0000000..52c035a --- /dev/null +++ b/emacs/custom/fcuny-tramp.el @@ -0,0 +1,5 @@ +(use-package tramp + :custom + (tramp-default-method "ssh")) + +(provide 'fcuny-tramp) -- cgit 1.4.1