Emacs: tramp via use-package, set tramp-default-method to SSH
This commit is contained in:
parent
7cac3ea5cc
commit
7afcc71db9
1 changed files with 6 additions and 0 deletions
|
@ -1117,3 +1117,9 @@
|
|||
(use-package saveplace
|
||||
:init (save-place-mode t))
|
||||
|
||||
;; tramp
|
||||
;; do stuff over ssh at al.
|
||||
(use-package tramp
|
||||
:init
|
||||
;; Set default connection method for TRAMP
|
||||
(setq tramp-default-method "ssh"))
|
||||
|
|
Loading…
Reference in a new issue