diff --git a/init.el b/init.el index 2ea27e4..31095ef 100644 --- a/init.el +++ b/init.el @@ -2149,7 +2149,8 @@ Note that this workaround is incomplete, as explained in this comment." (use-package tramp :init (setq tramp-default-method (if on-windows "pscp" "scp") - tramp-completion-use-auth-sources nil)) + tramp-completion-use-auth-sources nil + tramp-histfile-override (expand-file-name "tramp-history" emacs-d-userdata))) (use-package trashed ;; A simple dired-like interface to the system trash bin