Store TRAMP history in main userdata directory
This commit is contained in:
parent
23ca139e20
commit
b176cb1748
3
init.el
3
init.el
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user