From be0bc32c5ba3516fbcc037008ec86235f006f1c3 Mon Sep 17 00:00:00 2001
From: Chizi123 <joelgrun@gmail.com>
Date: Sat, 24 Nov 2018 02:13:51 +0000
Subject: [PATCH] set default font to DejaVu Sans Mono

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

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

--
Gitblit v1.9.3