From 6369c59dd776f1634cb750daeca30d46dbe69c23 Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Sun, 24 Jul 2016 11:25:54 -0500 Subject: [PATCH] Defer loading tramp at startup. --- emacs.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.org b/emacs.org index e731836..8b181a4 100644 --- a/emacs.org +++ b/emacs.org @@ -441,7 +441,7 @@ All the packages I use. #+BEGIN_SRC emacs-lisp (use-package tramp - :ensure t + :defer t :config (custom-set-variables '(tramp-default-method "ssh")) ) #+END_SRC