summary refs log tree commit diff
path: root/emacs/custom
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-02-12 09:38:24 -0800
committerFranck Cuny <franck@fcuny.net>2021-02-12 09:39:22 -0800
commit9b2a4837bb9f6b033c8b9ef8e0b1b92ead31eda7 (patch)
tree148b3af77ee72ccda05b1d047f3d0f20159811be /emacs/custom
parentorg: rewrite the capture templates (diff)
downloademacs.d-9b2a4837bb9f6b033c8b9ef8e0b1b92ead31eda7.tar.gz
emacs: initial configuration for tramp
Diffstat (limited to 'emacs/custom')
-rw-r--r--emacs/custom/fcuny-tramp.el5
1 files changed, 5 insertions, 0 deletions
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)