Add tramp package

This commit is contained in:
Marcus Kammer 2023-10-03 18:37:43 +02:00
parent fbe8df9840
commit 4761a7b479
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -172,6 +172,13 @@
(server-start))
;;;
(use-package tramp
:ensure nil
:config
(if (eq system-name 'windows-nt)
(setq tramp-default-method "sshx")
(setq tramp-default-method "ssh")))
;;; bundle--customfile
(use-package doom-themes
:init