Skip to content
Snippets Groups Projects
Commit 8946f66d authored by Liu Miao's avatar Liu Miao
Browse files

set tramp default to `ssh'

parent 1c4fcce8
No related branches found
No related tags found
No related merge requests found
...@@ -88,6 +88,10 @@ ...@@ -88,6 +88,10 @@
(set-frame-font fontspec nil t))) (set-frame-font fontspec nil t)))
;;; Build-in packages ;;; Build-in packages
;;; tramp
(unless *sys/win32*
(setq tramp-default-method "ssh"))
(use-package paren (use-package paren
:hook (after-init . show-paren-mode) :hook (after-init . show-paren-mode)
:config :config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment