summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 8059c10..555522b 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -329,6 +329,13 @@
:mode ("\\.service\\'" "\\.socket\\'" "\\.timer\\'"))
+;; Tramp
+
+(use-package tramp-cache
+ :after tramp
+ :custom (tramp-persistency-file-name (my/data-file-name "tramp")))
+
+
;; Further Customization
(my/load-file-variations "emacs/init")