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