Resort to using the default location for TRAMP history override
Directories like `~/.emacs.d/private` may not exist on remote machines.
This commit is contained in:
parent
b176cb1748
commit
b59c852c53
2
init.el
2
init.el
@ -2150,7 +2150,7 @@ 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)))
|
tramp-histfile-override "~/.tramp_history"))
|
||||||
|
|
||||||
(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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user