From 4b4b9a7e634a01f1cd8500043d8c51277e6e7450 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Sun, 18 Dec 2022 20:38:34 -0900 Subject: [PATCH] Don't wait till eshell to load tramp --- lisp/mitch-packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 59f14d9..fd19443 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -35,7 +35,7 @@ (elpaca-use-package tramp ;; :straight (:type built-in) :ensure nil - :after eshell + ;; :after eshell :custom (tramp-persistency-file-name (expand-file-name "tramp-history" backup-directory))) ;; Visualize whitespace. In a very chill and invisible way.