Store TRAMP history in main userdata directory

This commit is contained in:
Daniel Borchmann 2025-03-16 10:26:07 +01:00
parent 23ca139e20
commit b176cb1748
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -2149,7 +2149,8 @@ Note that this workaround is incomplete, as explained in this comment."
(use-package tramp (use-package tramp
:init (setq tramp-default-method (if on-windows "pscp" "scp") :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 (use-package trashed
;; A simple dired-like interface to the system trash bin ;; A simple dired-like interface to the system trash bin