aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)