aboutsummaryrefslogtreecommitdiffstats
path: root/oni-private-storage.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-01-24 01:11:02 -0800
committerGravatar Tom Willemse2019-01-24 01:11:02 -0800
commit790732ff9d56fe76d1882fb782eaa63bb7a82f06 (patch)
tree943643fe2971531dd9ee90932276826c4894dd4c /oni-private-storage.el
parent6dfeac3d145362b1acd71dce45d6759130abd7f9 (diff)
downloademacs-config-790732ff9d56fe76d1882fb782eaa63bb7a82f06.tar.gz
emacs-config-790732ff9d56fe76d1882fb782eaa63bb7a82f06.zip
Add storage setting for tramp
Diffstat (limited to 'oni-private-storage.el')
-rw-r--r--oni-private-storage.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/oni-private-storage.el b/oni-private-storage.el
index b380965..f9a4eb5 100644
--- a/oni-private-storage.el
+++ b/oni-private-storage.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190123010129
+;; Version: 20190124011031
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -61,6 +61,11 @@
(setq projectile-known-projects-file
(concat user-emacs-directory "data/projectile-bookmarks.eld"))
+(eval-when-compile (require 'tramp-cache))
+
+(setq tramp-persistency-file-name
+ (concat user-emacs-directory "data/tramp"))
+
;;;###autoload(with-eval-after-load 'files (require 'oni-private-storage))
(provide 'oni-private-storage)