diff --git a/init.el b/init.el index 17b434d..9100b75 100644 --- a/init.el +++ b/init.el @@ -206,6 +206,10 @@ :init (setq rust-format-on-save t)) +(use-package tramp-mode + :init + (setq tramp-default-method "ssh")) + (use-package swiper :bind (("C-s" . swiper)))