From 2a15f9207a33a67cb78fa9b677d8d98f44d02dac Mon Sep 17 00:00:00 2001 From: Chizi123 <joelgrun@gmail.com> Date: Thu, 22 Nov 2018 08:52:50 +0000 Subject: [PATCH] minor changes --- custom/setup-files.el | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/custom/setup-files.el b/custom/setup-files.el new file mode 100644 index 0000000..cef6243 --- /dev/null +++ b/custom/setup-files.el @@ -0,0 +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