From a01d9f768cb0f9653a5cc92ce4cf7bfdd08b9b26 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 14 Feb 2021 13:07:47 +0100 Subject: [PATCH] Do not save ad-hoc TRAMP proxies This only unnecessarily clutters the use customizations. If proxies are important, configure them explicitly, which is easy; if they are not important, they don't have to be saved. --- init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.el b/init.el index 0c7c9aa..6e3f8c6 100644 --- a/init.el +++ b/init.el @@ -559,8 +559,7 @@ browse-url-generic-program "firefox")) (use-package tramp - :init (setq tramp-save-ad-hoc-proxies t - tramp-default-method (if on-windows "plink" "sshx"))) + :init (setq tramp-default-method (if on-windows "plink" "sshx"))) (use-package calc ;; https://florian.adamsky.it/2016/03/31/emacs-calc-for-programmers-and-cs.html