1
0
Fork 0

Add storage setting for tramp

This commit is contained in:
Tom Willemse 2019-01-24 01:11:02 -08:00
parent 6dfeac3d14
commit 790732ff9d

View file

@ -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)