From b59c852c539ce673fbd9db585958ab8a258ab6fe Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 16 Mar 2025 16:55:02 +0100 Subject: [PATCH] Resort to using the default location for TRAMP history override Directories like `~/.emacs.d/private` may not exist on remote machines. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 31095ef..d5bed62 100644 --- a/init.el +++ b/init.el @@ -2150,7 +2150,7 @@ 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-histfile-override (expand-file-name "tramp-history" emacs-d-userdata))) + tramp-histfile-override "~/.tramp_history")) (use-package trashed ;; A simple dired-like interface to the system trash bin