summaryrefslogtreecommitdiffstats
path: root/lisp/ravi-init-files.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ravi-init-files.el')
-rw-r--r--lisp/ravi-init-files.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ravi-init-files.el b/lisp/ravi-init-files.el
index 659647c..e3800e2 100644
--- a/lisp/ravi-init-files.el
+++ b/lisp/ravi-init-files.el
@@ -113,6 +113,13 @@ not exist, it is not added to the filecache."
(file-cache-add-directory dirval)))
)))
+(use-package tramp
+ :config
+ (progn
+ (add-to-list 'tramp-remote-path 'tramp-own-remote-path)
+ (setq tramp-use-ssh-controlmaster-options nil)
+ (setq tramp-persistency-file-name (ravi/emacs-file "past/tramp"))))
+
;; Write backup files to own directory
(make-directory (ravi/emacs-file "past/backups/") t)
(setq backup-by-copying t)