From 5cc16b23e85a1d8560846be4a54eec7ee5ddb130 Mon Sep 17 00:00:00 2001 From: Grégoire Duchêne Date: Sat, 31 May 2025 11:58:34 +0100 Subject: emacs: Configure ‘tramp-cache’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- emacs/init.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'emacs') 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") -- cgit v1.2.3-70-g09d2