Skip to content

Commit

Permalink
fix(tramp): set persistency file correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 3, 2023
1 parent f98c353 commit da81579
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/me-builtin.el
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,11 @@
;; This is faster than the default "scp"
(unless os/win
(setq tramp-default-method "ssh"))
;; HACK: Setting `tramp-persistency-file-name' in `:custom' is not working properly!
(setq tramp-persistency-file-name (concat minemacs-local-dir "tramp/persistency.el"))
:custom
(tramp-auto-save-directory (concat minemacs-local-dir "tramp/auto-save/"))
(tramp-backup-directory-alist backup-directory-alist)
(tramp-persistency-file-name (concat minemacs-local-dir "tramp/persistency.el"))
(tramp-default-remote-shell "/bin/bash")
:config
;; BUG: Fix taken from: github.com/Phundrak/dotfiles/commit/566861ee
Expand Down

0 comments on commit da81579

Please sign in to comment.