Add tramp package
This commit is contained in:
parent
fbe8df9840
commit
4761a7b479
1 changed files with 7 additions and 0 deletions
7
init.el
7
init.el
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue