diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-10-10 16:28:16 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-10-10 16:28:16 +0100 |
commit | 82a42c22402687bab36cea7a9953031784d7994a (patch) | |
tree | 6c48004a10b38ab98177e4da3ba0f6ca5fc385f1 /.emacs.d/lisp/init-tramp.el | |
parent | 732d65be392e493788d4459e1e2a159c6217fa3b (diff) | |
download | dotfiles-82a42c22402687bab36cea7a9953031784d7994a.tar.gz |
Try out straight
Diffstat (limited to '.emacs.d/lisp/init-tramp.el')
-rw-r--r-- | .emacs.d/lisp/init-tramp.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-tramp.el b/.emacs.d/lisp/init-tramp.el index d70042f..739236b 100644 --- a/.emacs.d/lisp/init-tramp.el +++ b/.emacs.d/lisp/init-tramp.el @@ -2,9 +2,8 @@ ;;; Commentary: ;;; Code: -(use-package tramp +(use-feature tramp :defer 5 - :ensure nil :custom (tramp-default-method "ssh") (vc-ignore-dir-regexp |