From 21067e7cbe6d7a0f65ff5c317a96b5c337b0b3d8 Mon Sep 17 00:00:00 2001
From: Chizi123 <joelgrun@gmail.com>
Date: Sun, 18 Nov 2018 08:58:22 +0000
Subject: [PATCH] removed tramp password cache expiry

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

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

--
Gitblit v1.9.3