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.
This commit is contained in:
Daniel - 2021-02-14 13:07:47 +01:00
parent 532a2330af
commit a01d9f768c
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 2 deletions

View File

@ -559,8 +559,7 @@
browse-url-generic-program "firefox")) browse-url-generic-program "firefox"))
(use-package tramp (use-package tramp
:init (setq tramp-save-ad-hoc-proxies t :init (setq tramp-default-method (if on-windows "plink" "sshx")))
tramp-default-method (if on-windows "plink" "sshx")))
(use-package calc (use-package calc
;; https://florian.adamsky.it/2016/03/31/emacs-calc-for-programmers-and-cs.html ;; https://florian.adamsky.it/2016/03/31/emacs-calc-for-programmers-and-cs.html