From 9d27fc972e84736015ab3b1c331888a8fe3d1276 Mon Sep 17 00:00:00 2001
From: Chizi123 <joelgrun@gmail.com>
Date: Sun, 18 Nov 2018 08:30:21 +0000
Subject: [PATCH] removed needless lines in init and setup tramp for windows

---
 custom/setup-files.el |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/custom/setup-files.el b/custom/setup-files.el
index 33de90f..c2ccdcd 100644
--- a/custom/setup-files.el
+++ b/custom/setup-files.el
@@ -1 +1,5 @@
 (provide 'setup-files)
+
+;; tramp setup
+(when (eq window-system 'w32)
+  (setq tramp-default-method "plink"))

--
Gitblit v1.9.3