Add storage setting for tramp
This commit is contained in:
parent
6dfeac3d14
commit
790732ff9d
1 changed files with 6 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue